eds-dbus: Disable parallel make build problem

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-03-03 10:01:34 +00:00
parent c02ea00db1
commit bb594646aa
2 changed files with 23 additions and 1 deletions

View File

@@ -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

View File

@@ -3,11 +3,12 @@ LICENSE = "LGPL"
DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib libsoup-2.4 libglade libical gnome-keyring"
PV = "2.29+git${SRCPV}"
PR = "r3"
PR = "r4"
SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \
file://oh-contact.patch;patch=1;pnum=0 \
file://nossl.patch;patch=1 \
file://parallelmake.patch;patch=1 \
file://iconv-detect.h"
S = "${WORKDIR}/git"