libgdata_0.5.1.bb : hit a race problem so disable parallel builds.
authorGraeme Gregory <dp@xora.org.uk>
Wed, 27 Jan 2010 15:00:32 +0000 (15:00 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Wed, 27 Jan 2010 15:00:32 +0000 (15:00 +0000)
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

index 7c510d0..23b2056 100644 (file)
@@ -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