summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-05 10:24:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-06 15:23:18 +0000
commit15dd267bf5f8f848fa057d54e10174cf29b00496 (patch)
treef2e9b9f0eec8c2d457e225d336a78ac9100dd47f /meta
parent0a9ee997e2fcce12685f293bd9f25335df860d91 (diff)
downloadpoky-15dd267bf5f8f848fa057d54e10174cf29b00496.tar.gz
ccache: upgrade 4.7.2 -> 4.7.4
(From OE-Core rev: e8f98373951b6de5f0e24b20acecf42ca77f775a) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/ccache/ccache_4.7.4.bb (renamed from meta/recipes-devtools/ccache/ccache_4.7.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_4.7.2.bb b/meta/recipes-devtools/ccache/ccache_4.7.4.bb
index b8598af639..0419d07c4e 100644
--- a/meta/recipes-devtools/ccache/ccache_4.7.2.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.7.4.bb
@@ -14,7 +14,7 @@ DEPENDS = "zstd"
14SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ 14SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \
15 file://0001-xxhash.h-Fix-build-with-gcc-12.patch \ 15 file://0001-xxhash.h-Fix-build-with-gcc-12.patch \
16 " 16 "
17SRC_URI[sha256sum] = "6b346f441342a25a6c1d7e010957a593f416e94b5d66fdf2e2992953b3860b9d" 17SRC_URI[sha256sum] = "dc283906b73bd7c461178ca472a459e9d86b5523405035921bd8204e77620264"
18 18
19inherit cmake github-releases 19inherit cmake github-releases
20 20