summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-06-28 15:34:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-28 23:37:38 +0100
commitb39303462930f3626922850242c9ee7faf5d2120 (patch)
tree316dee8a20a5d774913ac1f554c0c024fa969fe9 /meta/recipes-devtools
parent376b8e7d471c2eb6cead6e9091da92af9520908f (diff)
downloadpoky-b39303462930f3626922850242c9ee7faf5d2120.tar.gz
ccache: upgrade 3.7.9 -> 3.7.10
remove SRC_URI[md5sum] (From OE-Core rev: 9694fcffd9824f11d25f909e10603979ecc338ac) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/ccache/ccache_3.7.10.bb (renamed from meta/recipes-devtools/ccache/ccache_3.7.9.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_3.7.9.bb b/meta/recipes-devtools/ccache/ccache_3.7.10.bb
index e55854bfa8..852583dfd2 100644
--- a/meta/recipes-devtools/ccache/ccache_3.7.9.bb
+++ b/meta/recipes-devtools/ccache/ccache_3.7.10.bb
@@ -12,8 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=22d514dbc01fdf9a9784334b6b59417a"
12DEPENDS = "zlib" 12DEPENDS = "zlib"
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[md5sum] = "a4a38afc62ed189904357739fd8f3fb8" 15SRC_URI[sha256sum] = "447ddf21a5f0ffa6b6d26839ae876a6d17d0d7e3533926cdf78ecd11dad793f8"
16SRC_URI[sha256sum] = "92838e2133c9e704fdab9ee2608dad86c99021278b9ac47d065aa8ff2ea8ce36"
17 16
18UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/" 17UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/"
19 18