summaryrefslogtreecommitdiff
path: root/meta/packages/eds/eds-dbus/parallelmake.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-03-03 10:01:34 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-03-03 10:01:34 +0000
commitbb594646aa89e7a67c7b6ce07b7169d604073073 (patch)
tree392566ac055a958d1f3202881093546f970d3a1c /meta/packages/eds/eds-dbus/parallelmake.patch
parentc02ea00db1c98f86cf33bb83e866055225da86b1 (diff)
downloadopenembedded-core-bb594646aa89e7a67c7b6ce07b7169d604073073.tar.gz
openembedded-core-bb594646aa89e7a67c7b6ce07b7169d604073073.tar.bz2
openembedded-core-bb594646aa89e7a67c7b6ce07b7169d604073073.tar.xz
openembedded-core-bb594646aa89e7a67c7b6ce07b7169d604073073.zip
eds-dbus: Disable parallel make build problem
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/eds/eds-dbus/parallelmake.patch')
-rw-r--r--meta/packages/eds/eds-dbus/parallelmake.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/packages/eds/eds-dbus/parallelmake.patch b/meta/packages/eds/eds-dbus/parallelmake.patch
new file mode 100644
index 000000000..4cf6b1a35
--- /dev/null
+++ b/meta/packages/eds/eds-dbus/parallelmake.patch
@@ -0,0 +1,21 @@
+Index: git/git.mk
+===================================================================
+--- git.orig/git.mk 2010-02-05 14:57:15.000000000 +0000
++++ git/git.mk 2010-03-03 09:31:43.000000000 +0000
+@@ -166,11 +166,11 @@
+
+ all: $(srcdir)/.gitignore gitignore-recurse
+ gitignore-recurse:
+- @if test "x$(SUBDIRS)" = "x$(DIST_SUBDIRS)"; then :; else \
+- list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore); \
+- done; \
+- fi;
++ #@if test "x$(SUBDIRS)" = "x$(DIST_SUBDIRS)"; then :; else \
++ # list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
++ # test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore); \
++ # done; \
++ #fi;
+ maintainer-clean: gitignore-clean
+ gitignore-clean:
+ -rm -f $(srcdir)/.gitignore