[oe-commits] Graeme Gregory : libgdata_0.5.1.bb : hit a race problem so disable parallel builds.

git version control git at git.openembedded.org
Wed Jan 27 15:04:43 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 227751f13ae101f8b669779fb46e93586362c008
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=227751f13ae101f8b669779fb46e93586362c008

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Wed Jan 27 15:00:32 2010 +0000

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 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/gnome/libgdata_0.5.1.bb b/recipes/gnome/libgdata_0.5.1.bb
index 7c510d0..23b2056 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





More information about the Openembedded-commits mailing list