diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-07 15:54:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-08 22:47:16 +0000 |
commit | e6cf85235048019c2f6dfd546e4b1ad7ef304ff3 (patch) | |
tree | 87a55cbb4a182d0f92aa60a255d809ab75dbfd8d | |
parent | b7336ce8cc6b43ca9b4d33ff0a9deaaad4bf0242 (diff) | |
download | poky-e6cf85235048019c2f6dfd546e4b1ad7ef304ff3.tar.gz |
ccache: upgrade 4.6.3 -> 4.7.2
License-Update: formatting, years, removed redundant copy of a boost license
(From OE-Core rev: ce538f8425757b9cdb7656b996af448304865a5b)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/ccache/ccache_4.7.2.bb (renamed from meta/recipes-devtools/ccache/ccache_4.6.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_4.6.3.bb b/meta/recipes-devtools/ccache/ccache_4.7.2.bb index bc1be92bff..b8598af639 100644 --- a/meta/recipes-devtools/ccache/ccache_4.6.3.bb +++ b/meta/recipes-devtools/ccache/ccache_4.7.2.bb | |||
@@ -7,14 +7,14 @@ HOMEPAGE = "http://ccache.samba.org" | |||
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | 8 | ||
9 | LICENSE = "GPL-3.0-or-later" | 9 | LICENSE = "GPL-3.0-or-later" |
10 | LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=7a19377a02749d8a1281ed608169b0ee" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=8fc2cae2bbabeb9236cacfa1c83a3dc5" |
11 | 11 | ||
12 | DEPENDS = "zstd" | 12 | DEPENDS = "zstd" |
13 | 13 | ||
14 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ | 14 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ |
15 | file://0001-xxhash.h-Fix-build-with-gcc-12.patch \ | 15 | file://0001-xxhash.h-Fix-build-with-gcc-12.patch \ |
16 | " | 16 | " |
17 | SRC_URI[sha256sum] = "f46ba3706ad80c30d4d5874dee2bf9227a7fcd0ccaac31b51919a3053d84bd05" | 17 | SRC_URI[sha256sum] = "6b346f441342a25a6c1d7e010957a593f416e94b5d66fdf2e2992953b3860b9d" |
18 | 18 | ||
19 | inherit cmake github-releases | 19 | inherit cmake github-releases |
20 | 20 | ||