eds-dbus: Disable parallel make

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-06-01 12:45:07 +01:00
parent 2700a620d0
commit 3cbbd0b002
1 changed files with 5 additions and 1 deletions

View 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 \