From 227751f13ae101f8b669779fb46e93586362c008 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 27 Jan 2010 15:00:32 +0000 Subject: 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. --- recipes/gnome/libgdata_0.5.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes') 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 -- cgit v1.2.3