diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-06-28 15:34:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-28 23:37:38 +0100 |
commit | b39303462930f3626922850242c9ee7faf5d2120 (patch) | |
tree | 316dee8a20a5d774913ac1f554c0c024fa969fe9 | |
parent | 376b8e7d471c2eb6cead6e9091da92af9520908f (diff) | |
download | poky-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>
-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" | |||
12 | DEPENDS = "zlib" | 12 | DEPENDS = "zlib" |
13 | 13 | ||
14 | SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz" | 14 | SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz" |
15 | SRC_URI[md5sum] = "a4a38afc62ed189904357739fd8f3fb8" | 15 | SRC_URI[sha256sum] = "447ddf21a5f0ffa6b6d26839ae876a6d17d0d7e3533926cdf78ecd11dad793f8" |
16 | SRC_URI[sha256sum] = "92838e2133c9e704fdab9ee2608dad86c99021278b9ac47d065aa8ff2ea8ce36" | ||
17 | 16 | ||
18 | UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/" | 17 | UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/" |
19 | 18 | ||