diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-01 12:45:07 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-01 12:45:07 +0100 |
commit | 3cbbd0b002ed6f897794e8118684865c6e017e10 (patch) | |
tree | 45ad909a38747e9d9fbf743f07753cf57be60834 /meta/packages | |
parent | 2700a620d059a5a82cfa49c103e4a2ceaf9d133a (diff) | |
download | poky-3cbbd0b002ed6f897794e8118684865c6e017e10.tar.gz |
eds-dbus: Disable parallel make
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/eds/eds-dbus_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/packages/eds/eds-dbus_git.bb b/meta/packages/eds/eds-dbus_git.bb index 257e7124dd..6a785a8e52 100644 --- a/meta/packages/eds/eds-dbus_git.bb +++ b/meta/packages/eds/eds-dbus_git.bb | |||
@@ -18,6 +18,11 @@ inherit autotools pkgconfig | |||
18 | # -ldb needs this on some platforms | 18 | # -ldb needs this on some platforms |
19 | LDFLAGS += "-lpthread" | 19 | LDFLAGS += "-lpthread" |
20 | 20 | ||
21 | # Parallel make shows many issues with this source code. | ||
22 | # Current problems seem to be duplicate execution of the calander/backends | ||
23 | # directories by make resulting in truncated/corrupt .la files | ||
24 | PARALLEL_MAKE = "" | ||
25 | |||
21 | do_configure_prepend () { | 26 | do_configure_prepend () { |
22 | echo "EXTRA_DIST = " > ${S}/gtk-doc.make | 27 | echo "EXTRA_DIST = " > ${S}/gtk-doc.make |
23 | } | 28 | } |
@@ -30,7 +35,6 @@ EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \ | |||
30 | --with-soup --with-libdb=${STAGING_DIR_HOST}${prefix} \ | 35 | --with-soup --with-libdb=${STAGING_DIR_HOST}${prefix} \ |
31 | --disable-smime --disable-ssl --disable-nntp --disable-gtk-doc --without-weather" | 36 | --disable-smime --disable-ssl --disable-nntp --disable-gtk-doc --without-weather" |
32 | 37 | ||
33 | |||
34 | PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \ | 38 | PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \ |
35 | libedata-book libedata-book-dev libedata-cal libedata-cal-dev \ | 39 | libedata-book libedata-book-dev libedata-cal libedata-cal-dev \ |
36 | libedataserver libedataserver-dev \ | 40 | libedataserver libedataserver-dev \ |