From: Wang Mingyu <[email protected]> Release notes: https://ccache.dev/releasenotes.html#_ccache_4_13_3
> Ccache 4.13.3 > Release date: 2026-04-12 > > New deliverables > > Added glibc binary release for Linux riscv64. > [contributed by Ludovic Henry] > > Bug fixes and improvements > > Fixed handling of empty responses from remote storage backends: a > response with an empty body is now treated as a storage error rather > than a cache miss. > [contributed by Björn Svensson] > > Fixed PCH invalidation when the MSVC toolset is updated. > [contributed by Philipp Kolberg] > > Fixed base_dir path rewriting when using MSVC’s /Yc option: paths > are no longer rewritten to relative when creating a precompiled header, > since MSVC then does not like relative paths for the /Yc and /FI > arguments. > [contributed by Joel Rosdahl] > > Fixed handling of a directory-less path to the MSVC /FI option. > [contributed by Joel Rosdahl] > > Added support for -fsanitize-ignorelist (which replaced > -fsanitize-blacklist in Clang 13). > [contributed by Joel Rosdahl] > > Fixed detection of type for compiler with . in the name (e.g. > hppa2.0-unknown-linux-gnu-gcc). > [contributed by Joel Rosdahl] > > Fixed install.sh to correctly use sysconfdir and other configuration > variables from the Makefile. > [contributed by Joel Rosdahl] > > Build improvements > > Changed cmake/FindCppHttplib.cmake to use settings from the system’s > CMake config if available, supporting systems where cpp-httplib is not > provided as a header-only library. > [contributed by Jiri Slaby] Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]> (cherry picked from commit 30f9f7aa9e3e3fad9d755f71d54263f3753f63c3) [YC: Added changelog] Signed-off-by: Yoann Congal <[email protected]> --- .../ccache/{ccache_4.13.2.bb => ccache_4.13.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/ccache/{ccache_4.13.2.bb => ccache_4.13.3.bb} (93%) diff --git a/meta/recipes-devtools/ccache/ccache_4.13.2.bb b/meta/recipes-devtools/ccache/ccache_4.13.3.bb similarity index 93% rename from meta/recipes-devtools/ccache/ccache_4.13.2.bb rename to meta/recipes-devtools/ccache/ccache_4.13.3.bb index 9fe82f5ee0e..ec440900f64 100644 --- a/meta/recipes-devtools/ccache/ccache_4.13.2.bb +++ b/meta/recipes-devtools/ccache/ccache_4.13.3.bb @@ -16,7 +16,7 @@ DEPENDS = "zstd fmt xxhash" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz" -SRC_URI[sha256sum] = "e87efda8ae54f94b1cb0e8dbfdf26397bd7d0a9c0c4f38b18dde73f4ec9ac721" +SRC_URI[sha256sum] = "c149d71f47f6fe08e4f2e43db4b0b091c61e8ea3daa23aa998b094bd84ecdfe8" inherit cmake github-releases
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#236662): https://lists.openembedded.org/g/openembedded-core/message/236662 Mute This Topic: https://lists.openembedded.org/mt/119210619/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
