Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] ccache: bump to 3.1
@ 2010-09-26  7:19 Martin Banky
  2010-09-26  7:19 ` [Buildroot] [PATCH 2/4] pkg-config: bump to 0.25 Martin Banky
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Martin Banky @ 2010-09-26  7:19 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
---
 toolchain/ccache/ccache-3.1-cannot-find-ar.patch |   11 +++++++++++
 toolchain/ccache/ccache.mk                       |   17 +++++++++--------
 2 files changed, 20 insertions(+), 8 deletions(-)
 create mode 100644 toolchain/ccache/ccache-3.1-cannot-find-ar.patch

diff --git a/toolchain/ccache/ccache-3.1-cannot-find-ar.patch b/toolchain/ccache/ccache-3.1-cannot-find-ar.patch
new file mode 100644
index 0000000..a5b3b3f
--- /dev/null
+++ b/toolchain/ccache/ccache-3.1-cannot-find-ar.patch
@@ -0,0 +1,11 @@
+--- a/configure	2010-09-16 10:01:09.000000000 -0700
++++ b/configure	2010-09-23 20:14:34.000000000 -0700
+@@ -3347,7 +3347,7 @@ else
+   AR="$ac_cv_prog_AR"
+ fi
+ 
+-if test -z "$ac_ct_AR"; then
++if test -z "$AR"; then
+     as_fn_error "cannot find ar" "$LINENO" 5
+ fi
+ 
diff --git a/toolchain/ccache/ccache.mk b/toolchain/ccache/ccache.mk
index 01d18fb..1fe24fe 100644
--- a/toolchain/ccache/ccache.mk
+++ b/toolchain/ccache/ccache.mk
@@ -3,14 +3,14 @@
 # build ccache to make recompiles faster on the build system
 #
 #############################################################
-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)
-CCACHE_DIR2:=$(BUILD_DIR)/ccache-$(CCACHE_VER)
-CCACHE_CAT:=$(ZCAT)
-CCACHE_BINARY:=ccache
-CCACHE_TARGET_BINARY:=usr/bin/ccache
+CCACHE_VER = 3.1
+CCACHE_SITE = http://samba.org/ftp/ccache
+CCACHE_SOURCE = ccache-$(CCACHE_VER).tar.gz
+CCACHE_DIR1 = $(TOOLCHAIN_DIR)/ccache-$(CCACHE_VER)
+CCACHE_DIR2 = $(BUILD_DIR)/ccache-$(CCACHE_VER)
+CCACHE_CAT = $(ZCAT)
+CCACHE_BINARY = ccache
+CCACHE_TARGET_BINARY = usr/bin/ccache
 
 $(DL_DIR)/$(CCACHE_SOURCE):
 	$(call DOWNLOAD,$(CCACHE_SITE),$(CCACHE_SOURCE))
@@ -141,6 +141,7 @@ $(CCACHE_DIR2)/.unpacked: $(DL_DIR)/$(CCACHE_SOURCE)
 	touch $@
 
 $(CCACHE_DIR2)/.patched: $(CCACHE_DIR2)/.unpacked
+	toolchain/patch-kernel.sh $(CCACHE_DIR2) toolchain/ccache/ \*.patch
 	touch $@
 
 $(CCACHE_DIR2)/.configured: $(CCACHE_DIR2)/.patched
-- 
1.7.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-05 21:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-26  7:19 [Buildroot] [PATCH 1/4] ccache: bump to 3.1 Martin Banky
2010-09-26  7:19 ` [Buildroot] [PATCH 2/4] pkg-config: bump to 0.25 Martin Banky
2010-09-26  7:19 ` [Buildroot] [PATCH 3/4] libpng: bump to 1.4.4 Martin Banky
2010-10-05 21:49   ` Peter Korsgaard
2010-09-26  7:19 ` [Buildroot] [PATCH 4/4] autoconf: bump to 2.68 Martin Banky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox