diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-27 15:17:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-28 07:56:33 +0100 |
commit | bf5d3edcf0ed8a654eaad117535a0d7baf921a57 (patch) | |
tree | 7a65535fc8b2886b3030d635e11f742409318599 /meta/recipes-devtools/ccache | |
parent | caa560be7e353edb61309957898a841037b2b786 (diff) | |
download | poky-bf5d3edcf0ed8a654eaad117535a0d7baf921a57.tar.gz |
ccache: upgrade 4.8.1 -> 4.8.2
License-Update:
BLAKE3 updated to 1.4.0
cpp-httplib updated to 0.12.6
Changelog:
==========
Fixed parsing of Windows drive letter in file URLs for remote storage.
Fixed a bug affecting depend mode with MSVC.
Ccache no longer passes -v to the preprocessor. This improves preprocessor mode hit rate when -v is on the compiler command line.
Made --trim-max-size accept 0 for no limit.
(From OE-Core rev: 8d78ab10622b6ae9117308051f5721d645000087)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.8.2.bb (renamed from meta/recipes-devtools/ccache/ccache_4.8.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_4.8.1.bb b/meta/recipes-devtools/ccache/ccache_4.8.2.bb index b0ae7fb25c..22a6b385b0 100644 --- a/meta/recipes-devtools/ccache/ccache_4.8.1.bb +++ b/meta/recipes-devtools/ccache/ccache_4.8.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=1601d62d6828fbe19b6f6c2d01fdff4c" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=cd54b7abfc462470b0f505273c38f0ff" |
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] = "869903c1891beb8bee87f1ec94d8a0dad18c2add4072c456acbc85cdfc23ca63" | 17 | SRC_URI[sha256sum] = "75eef15b8b9da48db9c91e1d0ff58b3645fc70c0e4ca2ef1b6825a12f21f217d" |
18 | 18 | ||
19 | inherit cmake github-releases | 19 | inherit cmake github-releases |
20 | 20 | ||