diff options
Diffstat (limited to 'meta/packages/eds')
-rw-r--r-- | meta/packages/eds/eds-dbus/parallelmake.patch | 21 | ||||
-rw-r--r-- | meta/packages/eds/eds-dbus_git.bb | 3 |
2 files changed, 23 insertions, 1 deletions
diff --git a/meta/packages/eds/eds-dbus/parallelmake.patch b/meta/packages/eds/eds-dbus/parallelmake.patch new file mode 100644 index 0000000000..4cf6b1a356 --- /dev/null +++ b/meta/packages/eds/eds-dbus/parallelmake.patch | |||
@@ -0,0 +1,21 @@ | |||
1 | Index: git/git.mk | ||
2 | =================================================================== | ||
3 | --- git.orig/git.mk 2010-02-05 14:57:15.000000000 +0000 | ||
4 | +++ git/git.mk 2010-03-03 09:31:43.000000000 +0000 | ||
5 | @@ -166,11 +166,11 @@ | ||
6 | |||
7 | all: $(srcdir)/.gitignore gitignore-recurse | ||
8 | gitignore-recurse: | ||
9 | - @if test "x$(SUBDIRS)" = "x$(DIST_SUBDIRS)"; then :; else \ | ||
10 | - list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | ||
11 | - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore); \ | ||
12 | - done; \ | ||
13 | - fi; | ||
14 | + #@if test "x$(SUBDIRS)" = "x$(DIST_SUBDIRS)"; then :; else \ | ||
15 | + # list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | ||
16 | + # test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore); \ | ||
17 | + # done; \ | ||
18 | + #fi; | ||
19 | maintainer-clean: gitignore-clean | ||
20 | gitignore-clean: | ||
21 | -rm -f $(srcdir)/.gitignore | ||
diff --git a/meta/packages/eds/eds-dbus_git.bb b/meta/packages/eds/eds-dbus_git.bb index fc04bad294..033fa889ce 100644 --- a/meta/packages/eds/eds-dbus_git.bb +++ b/meta/packages/eds/eds-dbus_git.bb | |||
@@ -3,11 +3,12 @@ LICENSE = "LGPL" | |||
3 | DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib libsoup-2.4 libglade libical gnome-keyring" | 3 | DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib libsoup-2.4 libglade libical gnome-keyring" |
4 | 4 | ||
5 | PV = "2.29+git${SRCPV}" | 5 | PV = "2.29+git${SRCPV}" |
6 | PR = "r3" | 6 | PR = "r4" |
7 | 7 | ||
8 | SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ | 8 | SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ |
9 | file://oh-contact.patch;patch=1;pnum=0 \ | 9 | file://oh-contact.patch;patch=1;pnum=0 \ |
10 | file://nossl.patch;patch=1 \ | 10 | file://nossl.patch;patch=1 \ |
11 | file://parallelmake.patch;patch=1 \ | ||
11 | file://iconv-detect.h" | 12 | file://iconv-detect.h" |
12 | 13 | ||
13 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |