From 3cbbd0b002ed6f897794e8118684865c6e017e10 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 1 Jun 2010 12:45:07 +0100 Subject: eds-dbus: Disable parallel make Signed-off-by: Richard Purdie --- meta/packages/eds/eds-dbus_git.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta') 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 # -ldb needs this on some platforms LDFLAGS += "-lpthread" +# Parallel make shows many issues with this source code. +# Current problems seem to be duplicate execution of the calander/backends +# directories by make resulting in truncated/corrupt .la files +PARALLEL_MAKE = "" + do_configure_prepend () { echo "EXTRA_DIST = " > ${S}/gtk-doc.make } @@ -30,7 +35,6 @@ EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \ --with-soup --with-libdb=${STAGING_DIR_HOST}${prefix} \ --disable-smime --disable-ssl --disable-nntp --disable-gtk-doc --without-weather" - PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \ libedata-book libedata-book-dev libedata-cal libedata-cal-dev \ libedataserver libedataserver-dev \ -- cgit v1.2.3-54-g00ecf