summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-08-22 11:34:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-23 09:12:37 +0100
commit19fb6a61535793aaac90163e5a44b5cea33d57e8 (patch)
tree03818c856bfc50757fd542cd82095b70e67f85b4 /meta/recipes-devtools/ccache
parentd1826b22c1e1aaa9de40012e5fc9384e1c3a99dd (diff)
downloadpoky-19fb6a61535793aaac90163e5a44b5cea33d57e8.tar.gz
ccache: upgrade 4.10.1 -> 4.10.2
(From OE-Core rev: 371e34b03b94152328ad20362e18e882c11ad9cf) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ccache')
-rw-r--r--meta/recipes-devtools/ccache/ccache_4.10.2.bb (renamed from meta/recipes-devtools/ccache/ccache_4.10.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_4.10.1.bb b/meta/recipes-devtools/ccache/ccache_4.10.2.bb
index 6ae85af4f5..361c1643f9 100644
--- a/meta/recipes-devtools/ccache/ccache_4.10.1.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.10.2.bb
@@ -17,7 +17,7 @@ DEPENDS = "zstd fmt xxhash"
17 17
18SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz" 18SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz"
19 19
20SRC_URI[sha256sum] = "8f8ad60d9363857812aa8af3fa7fb72be5ea5cf193f824d16d237a8a79256be4" 20SRC_URI[sha256sum] = "108100960bb7e64573ea925af2ee7611701241abb36ce0aae3354528403a7d87"
21 21
22inherit cmake github-releases 22inherit cmake github-releases
23 23