mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
eds-dbus: Disable parallel make build problem
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
21
meta/packages/eds/eds-dbus/parallelmake.patch
Normal file
21
meta/packages/eds/eds-dbus/parallelmake.patch
Normal 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
|
||||||
@@ -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"
|
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}"
|
PV = "2.29+git${SRCPV}"
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \
|
SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \
|
||||||
file://oh-contact.patch;patch=1;pnum=0 \
|
file://oh-contact.patch;patch=1;pnum=0 \
|
||||||
file://nossl.patch;patch=1 \
|
file://nossl.patch;patch=1 \
|
||||||
|
file://parallelmake.patch;patch=1 \
|
||||||
file://iconv-detect.h"
|
file://iconv-detect.h"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Reference in New Issue
Block a user