]> code.ossystems Code Review - openembedded-core.git/commitdiff
ccache: upgrade 4.5.1 -> 4.6
authorwangmy <wangmy@fujitsu.com>
Tue, 1 Mar 2022 11:52:50 +0000 (19:52 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Mar 2022 18:41:31 +0000 (18:41 +0000)
License-Update:
 year updated to 2022
 version of library updated

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/ccache/ccache_4.6.bb [moved from meta/recipes-devtools/ccache/ccache_4.5.1.bb with 82% similarity]

similarity index 82%
rename from meta/recipes-devtools/ccache/ccache_4.5.1.bb
rename to meta/recipes-devtools/ccache/ccache_4.6.bb
index 11d939c7aa83fe0386ec8edcca7cdaca71812c6c..f019679cf185cf2b4018a5459f4deb9a9c5d9469 100644 (file)
@@ -7,12 +7,12 @@ HOMEPAGE = "http://ccache.samba.org"
 SECTION = "devel"
 
 LICENSE = "GPL-3.0-or-later"
-LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=8fe0fdfdc7a892516526b86c28d06a16"
+LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=ff5327dc93e2b286c931dda3d6079da9"
 
 DEPENDS = "zstd"
 
 SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz"
-SRC_URI[sha256sum] = "f0d3cff5d555d6868f14a7d05696f0370074e475304fd5aa152b98f892364981"
+SRC_URI[sha256sum] = "73a1767ac6b7c0404a1a55f761a746d338e702883c7137fbf587023062258625"
 
 UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/"