From: Graeme Gregory Date: Wed, 27 Jan 2010 15:00:32 +0000 (+0000) Subject: libgdata_0.5.1.bb : hit a race problem so disable parallel builds. X-Git-Tag: Release-2010-05/1~718 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=227751f13ae101f8b669779fb46e93586362c008;p=openembedded.git libgdata_0.5.1.bb : hit a race problem so disable parallel builds. Some required files were created in one thread and used in another and didnt always get created in time. --- diff --git a/recipes/gnome/libgdata_0.5.1.bb b/recipes/gnome/libgdata_0.5.1.bb index 7c510d0b5f..23b2056b4f 100644 --- a/recipes/gnome/libgdata_0.5.1.bb +++ b/recipes/gnome/libgdata_0.5.1.bb @@ -8,6 +8,8 @@ SRC_URI += " \ file://gtk-doc.make \ " +PARALLEL_MAKE = "" + do_configure_prepend() { cp ${WORKDIR}/gtk-doc.make ${S}/ sed -i -e s:docs::g ${S}/Makefile.am