From 2f30189f64b6648da689afa84f3208c3f5166f49 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 13 Sep 2023 17:35:46 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/ccache/ccache_4.8.2.bb | 26 -------------------------- meta/recipes-devtools/ccache/ccache_4.8.3.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta/recipes-devtools/ccache/ccache_4.8.2.bb create mode 100644 meta/recipes-devtools/ccache/ccache_4.8.3.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/ccache/ccache_4.8.2.bb b/meta/recipes-devtools/ccache/ccache_4.8.2.bb deleted file mode 100644 index 22a6b385b0..0000000000 --- a/meta/recipes-devtools/ccache/ccache_4.8.2.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "a fast C/C++ compiler cache" -DESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \ -by caching the result of previous compilations and detecting when the \ -same compilation is being done again. Supported languages are C, C\+\+, \ -Objective-C and Objective-C++." -HOMEPAGE = "http://ccache.samba.org" -SECTION = "devel" - -LICENSE = "GPL-3.0-or-later" -LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=cd54b7abfc462470b0f505273c38f0ff" - -DEPENDS = "zstd" - -SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ - file://0001-xxhash.h-Fix-build-with-gcc-12.patch \ - " -SRC_URI[sha256sum] = "75eef15b8b9da48db9c91e1d0ff58b3645fc70c0e4ca2ef1b6825a12f21f217d" - -inherit cmake github-releases - -PATCHTOOL = "patch" - -BBCLASSEXTEND = "native nativesdk" - -PACKAGECONFIG[docs] = "-DENABLE_DOCUMENTATION=ON,-DENABLE_DOCUMENTATION=OFF,asciidoc" -PACKAGECONFIG[redis] = "-DREDIS_STORAGE_BACKEND=ON,-DREDIS_STORAGE_BACKEND=OFF,hiredis" diff --git a/meta/recipes-devtools/ccache/ccache_4.8.3.bb b/meta/recipes-devtools/ccache/ccache_4.8.3.bb new file mode 100644 index 0000000000..03372aa685 --- /dev/null +++ b/meta/recipes-devtools/ccache/ccache_4.8.3.bb @@ -0,0 +1,26 @@ +SUMMARY = "a fast C/C++ compiler cache" +DESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \ +by caching the result of previous compilations and detecting when the \ +same compilation is being done again. Supported languages are C, C\+\+, \ +Objective-C and Objective-C++." +HOMEPAGE = "http://ccache.samba.org" +SECTION = "devel" + +LICENSE = "GPL-3.0-or-later" +LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=6a6fe0ae4e57592b187ab72fa6d420ec" + +DEPENDS = "zstd" + +SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ + file://0001-xxhash.h-Fix-build-with-gcc-12.patch \ + " +SRC_URI[sha256sum] = "d59dd569ad2bbc826c0bc335c8ebd73e78ed0f2f40ba6b30069347e63585d9ef" + +inherit cmake github-releases + +PATCHTOOL = "patch" + +BBCLASSEXTEND = "native nativesdk" + +PACKAGECONFIG[docs] = "-DENABLE_DOCUMENTATION=ON,-DENABLE_DOCUMENTATION=OFF,asciidoc" +PACKAGECONFIG[redis] = "-DREDIS_STORAGE_BACKEND=ON,-DREDIS_STORAGE_BACKEND=OFF,hiredis" -- cgit v1.2.3-54-g00ecf