summaryrefslogtreecommitdiff
path: root/build/build.git-3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build/build.git-3.patch')
-rw-r--r--build/build.git-3.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/build/build.git-3.patch b/build/build.git-3.patch
new file mode 100644
index 0000000..2f786ea
--- /dev/null
+++ b/build/build.git-3.patch
@@ -0,0 +1,31 @@
+From f8be809160b90758d114f59a65e5548ec0f954da Mon Sep 17 00:00:00 2001
+From: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
+Date: Thu, 25 Jul 2013 08:02:08 +0530
+Subject: [PATCH] build: Build fs_get_stats for tarball creation
+
+We need fs_get_stats if we're using u-boot because it's used
+during tarball creation.
+
+Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
+---
+ core/main.mk | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/core/main.mk b/core/main.mk
+index 761e06f..164e3d3 100644
+--- a/core/main.mk
++++ b/core/main.mk
+@@ -601,6 +601,10 @@ ifdef FULL_BUILD
+ $(foreach p,$(product_FILES),$(info : $(p)))
+ $(error done)
+ endif
++ ifneq ($(TARGET_BOOTLOADER_TYPE),fastboot)
++ # We need (host) fs_get_stats for the boottarball target
++ subdirs += build/tools/fs_get_stats
++ endif
+ else
+ # We're not doing a full build, and are probably only including
+ # a subset of the module makefiles. Don't try to build any modules
+--
+1.7.9.5
+