summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-12-08 22:59:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-09 10:33:25 +0000
commit4cb3a40b8fb24c7efb2278db75a63559c339aa81 (patch)
tree3d04c7312daf466b26c2578b823e6b853550a177 /meta
parentee07a9a7b4c623c3ff38dc8feb871a663a1b298a (diff)
downloadpoky-4cb3a40b8fb24c7efb2278db75a63559c339aa81.tar.gz
ccache: upgrade 4.5 -> 4.5.1
(From OE-Core rev: 1549b78868895c5ab329b9b077e3261b1df61919) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/ccache/ccache_4.5.1.bb (renamed from meta/recipes-devtools/ccache/ccache_4.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_4.5.bb b/meta/recipes-devtools/ccache/ccache_4.5.1.bb
index a98bb43ead..26f808978f 100644
--- a/meta/recipes-devtools/ccache/ccache_4.5.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.5.1.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=8fe0fdfdc7a892516526b86c28d06a16"
12DEPENDS = "zstd" 12DEPENDS = "zstd"
13 13
14SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz" 14SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz"
15SRC_URI[sha256sum] = "8f1c6495a06ae0a9ff311c9d43096233702a2045c476ca1ae393b434abf1f528" 15SRC_URI[sha256sum] = "f0d3cff5d555d6868f14a7d05696f0370074e475304fd5aa152b98f892364981"
16 16
17UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/" 17UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/"
18 18