similarity index 79%
rename from meta/recipes-devtools/ccache/ccache_4.12.3.bb
rename to meta/recipes-devtools/ccache/ccache_4.13.1.bb
@@ -7,9 +7,8 @@ HOMEPAGE = "http://ccache.samba.org"
SECTION = "devel"
LICENSE = "GPL-3.0-or-later & MIT & BSL-1.0 & ISC"
-LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=22ef4326c8a14ac937fc2b76ef0fd233 \
+LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=e89f26e9f97d14068047871bdb2b3118 \
file://src/third_party/cpp-httplib/httplib.h;endline=6;md5=663aca6f84e7d67ade228aad32afc0ea \
- file://src/third_party/nonstd-span/nonstd/span.hpp;endline=9;md5=b4af92a7f068b38c5b3410dceb30c186 \
file://src/third_party/win32-compat/win32/mktemp.c;endline=17;md5=d287e9c1f1cd2bb2bd164490e1cf449a \
"
@@ -17,7 +16,7 @@ DEPENDS = "zstd fmt xxhash"
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz"
-SRC_URI[sha256sum] = "d683d5964a395f00c1c812ea1d1d523179f1097cbff7e7e54e714fa3f99711b1"
+SRC_URI[sha256sum] = "e822547b0344c567c6f748f75d4da056c360e2196da12d213ec0caf39d72896d"
inherit cmake github-releases
1. Changelog https://ccache.dev/releasenotes.html#_ccache_4_13_1 2. Checksum of LICENSE.adoc changed as: 2.1 authors.adoc location changed 2.2 third_party fmt version update 2.3 third_party oss nonstd-span removed 3. Remove LIC_FILES_CHKSUM of nonstd-span as it was removed from third_party Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> --- .../ccache/{ccache_4.12.3.bb => ccache_4.13.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-devtools/ccache/{ccache_4.12.3.bb => ccache_4.13.1.bb} (79%)