]> code.ossystems Code Review - openembedded-core.git/commitdiff
eds-dbus: Disable parallel make
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 1 Jun 2010 11:45:07 +0000 (12:45 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 1 Jun 2010 11:45:07 +0000 (12:45 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/eds/eds-dbus_git.bb

index 257e7124ddd279587025fb455ad2e024223e60d4..6a785a8e52137c05785954e4c6b66f1dbc9d1eb8 100644 (file)
@@ -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 \