summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-13 17:35:46 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-14 09:19:37 +0100
commit2f30189f64b6648da689afa84f3208c3f5166f49 (patch)
tree720ecf5fa712f55b46eb1a61b9704c65b2c497f3 /meta
parent7e81d56e1ad7a9db883a6ffdc0c6721346d33868 (diff)
downloadpoky-2f30189f64b6648da689afa84f3208c3f5166f49.tar.gz
ccache: upgrade 4.8.2 -> 4.8.3
License-Update: Copyright year updated to 2021 Changelog: =========== -Fixed various problems with parsing of MSVC response file (.rsp). -Fixed handling of NVCC -Xcompiler and --Werror options. -Fixed bookkeeping of files when hard linking or file cloning is enabled. -Made a workaround for GCC 12.3 bug 109241 where GCC fails to compile ccache. -Upgraded to xxHash 0.8.2, which fixes compilation of ccache with GCC 12 and -Og. (From OE-Core rev: 3ef9eb88eec2619de9153cdee2827f7ccef5cc1f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/ccache/ccache_4.8.3.bb (renamed from meta/recipes-devtools/ccache/ccache_4.8.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_4.8.2.bb b/meta/recipes-devtools/ccache/ccache_4.8.3.bb
index 22a6b385b0..03372aa685 100644
--- a/meta/recipes-devtools/ccache/ccache_4.8.2.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.8.3.bb
@@ -7,14 +7,14 @@ HOMEPAGE = "http://ccache.samba.org"
7SECTION = "devel" 7SECTION = "devel"
8 8
9LICENSE = "GPL-3.0-or-later" 9LICENSE = "GPL-3.0-or-later"
10LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=cd54b7abfc462470b0f505273c38f0ff" 10LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=6a6fe0ae4e57592b187ab72fa6d420ec"
11 11
12DEPENDS = "zstd" 12DEPENDS = "zstd"
13 13
14SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ 14SRC_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 "
17SRC_URI[sha256sum] = "75eef15b8b9da48db9c91e1d0ff58b3645fc70c0e4ca2ef1b6825a12f21f217d" 17SRC_URI[sha256sum] = "d59dd569ad2bbc826c0bc335c8ebd73e78ed0f2f40ba6b30069347e63585d9ef"
18 18
19inherit cmake github-releases 19inherit cmake github-releases
20 20