summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-01 07:43:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-03 11:06:19 +0100
commitba6ac9e41eb5150410b53d03aed56a4ebe1a9e46 (patch)
tree619c21c19e8f3f6a6163f680fb4c12bea00833c0
parent788e92351b84d178b0ad7589420d4a0dd1c80a4d (diff)
downloadpoky-ba6ac9e41eb5150410b53d03aed56a4ebe1a9e46.tar.gz
ccache: upgrade 4.11 -> 4.11.2
(From OE-Core rev: 3a8b9eb1a648c0bf0fa496de8b5667a74049799f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/ccache/ccache_4.11.2.bb (renamed from meta/recipes-devtools/ccache/ccache_4.11.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_4.11.bb b/meta/recipes-devtools/ccache/ccache_4.11.2.bb
index 9a305c257f..3a41cb5736 100644
--- a/meta/recipes-devtools/ccache/ccache_4.11.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.11.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] = "7dba208540dc61cedd5c93df8c960055a35f06e29a0a3cf766962251d4a5c766" 20SRC_URI[sha256sum] = "d51b82bb8c3932649323fd4cb8e5a0a9f7fe7f672c71a6d6839bee13b4ded4c5"
21 21
22inherit cmake github-releases 22inherit cmake github-releases
23 23