[Buildroot] [PATCH 06/21] ccache: bump to 3.0.1

Martin Banky martin.banky at gmail.com
Tue Sep 14 03:40:33 UTC 2010


Signed-off-by: Martin Banky <Martin.Banky at gmail.com>
---
 CHANGES                    |    4 ++--
 toolchain/ccache/ccache.mk |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGES b/CHANGES
index 3783dd1..b9cdd48 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,8 +8,8 @@
 	Toolchain: ARM cortex A9 support
 
 	Updated/fixed packages: alsa-lib, alsa-utils, autoconf, automake,
-	berkeleydb, bison, busybox, dropbear, iptables, kismet, openvpn,
-	qt, usbutils
+	berkeleydb, bison, busybox, ccache, dropbear, iptables, kismet,
+	openvpn, qt, usbutils
 
 	Removed packages: dillo, libglib12, libgtk12, microwin, pcmcia
 
diff --git a/toolchain/ccache/ccache.mk b/toolchain/ccache/ccache.mk
index 8e414b2..01d18fb 100644
--- a/toolchain/ccache/ccache.mk
+++ b/toolchain/ccache/ccache.mk
@@ -3,7 +3,7 @@
 # build ccache to make recompiles faster on the build system
 #
 #############################################################
-CCACHE_VER:=2.4
+CCACHE_VER:=3.0.1
 CCACHE_SITE:=http://samba.org/ftp/ccache
 CCACHE_SOURCE:=ccache-$(CCACHE_VER).tar.gz
 CCACHE_DIR1:=$(TOOLCHAIN_DIR)/ccache-$(CCACHE_VER)
-- 
1.7.2.3




More information about the buildroot mailing list