diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-19 17:33:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-23 17:42:25 +0100 |
commit | 75aca0d641b80c7d09e8fc3a8f7d6fc06aca76ef (patch) | |
tree | 04ca8883e7c86302a74951a96b67fc9ba8c46c7e /meta/recipes-devtools/ccache | |
parent | 2e73c16ab81846c1b94c5d0dc952c956b961ec15 (diff) | |
download | poky-75aca0d641b80c7d09e8fc3a8f7d6fc06aca76ef.tar.gz |
ccache: upgrade 4.4 -> 4.4.2
License-Update: formatting
(From OE-Core rev: efe7f1063f0cf001286ff277537c9fa0a5521047)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
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.4.2.bb (renamed from meta/recipes-devtools/ccache/ccache_4.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_4.4.bb b/meta/recipes-devtools/ccache/ccache_4.4.2.bb index 203be8c92d..dd0ad642b2 100644 --- a/meta/recipes-devtools/ccache/ccache_4.4.bb +++ b/meta/recipes-devtools/ccache/ccache_4.4.2.bb | |||
@@ -7,12 +7,12 @@ HOMEPAGE = "http://ccache.samba.org" | |||
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | 8 | ||
9 | LICENSE = "GPLv3+" | 9 | LICENSE = "GPLv3+" |
10 | LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=73963d63171ecbdf2d25274de67c68c5" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=985be6d06a50f60a9893a19a6d2550b8" |
11 | 11 | ||
12 | DEPENDS = "zstd" | 12 | DEPENDS = "zstd" |
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[sha256sum] = "61a993d62216aff35722a8d0e8ffef9b677fc3f6accd8944ffc2a6db98fb3142" | 15 | SRC_URI[sha256sum] = "357a2ac55497b39ad6885c14b00cda6cf21d1851c6290f4288e62972665de417" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/" | 17 | UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/" |
18 | 18 | ||