[openwrt/openwrt] tools/ccache: update to 4.7.1

LEDE Commits lede-commits at lists.infradead.org
Mon Oct 31 14:12:11 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c1c4a5e007db6178a9c7c85e11104d21a7535faf

commit c1c4a5e007db6178a9c7c85e11104d21a7535faf
Author: Raihaan Shouhell <raihaanhimself at gmail.com>
AuthorDate: Mon Oct 24 01:01:25 2022 +0800

    tools/ccache: update to 4.7.1
    
    Release Notes:
    https://ccache.dev/releasenotes.html#_ccache_4_7_1
    
    Signed-off-by: Raihaan Shouhell <raihaanhimself at gmail.com>
---
 tools/ccache/Makefile                       | 4 ++--
 tools/ccache/patches/100-honour-copts.patch | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile
index 644aa3b5e8..4a009d9765 100644
--- a/tools/ccache/Makefile
+++ b/tools/ccache/Makefile
@@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/target.mk
 
 PKG_NAME:=ccache
-PKG_VERSION:=4.7
+PKG_VERSION:=4.7.1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION)
-PKG_HASH:=d9283bbe22085268f52d309b91adb81a77a7abe10867eb6852057910ffac736a
+PKG_HASH:=04ccc746524cb7fb914ccdfc66e7c54504204afee0e270ac75e8f66196521b6d
 
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/cmake.mk
diff --git a/tools/ccache/patches/100-honour-copts.patch b/tools/ccache/patches/100-honour-copts.patch
index 6a4834e123..b4c1be4df3 100644
--- a/tools/ccache/patches/100-honour-copts.patch
+++ b/tools/ccache/patches/100-honour-copts.patch
@@ -1,6 +1,6 @@
 --- a/src/ccache.cpp
 +++ b/src/ccache.cpp
-@@ -1743,6 +1743,7 @@ get_manifest_key(Context& ctx, Hash& hash)
+@@ -1762,6 +1762,7 @@ get_manifest_key(Context& ctx, Hash& hash)
                             "CPLUS_INCLUDE_PATH",
                             "OBJC_INCLUDE_PATH",
                             "OBJCPLUS_INCLUDE_PATH", // clang




More information about the lede-commits mailing list