aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-01-27 15:00:32 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-01-27 15:00:32 +0000
commit227751f13ae101f8b669779fb46e93586362c008 (patch)
treef6dccef66f744d4fa01241c4f4742b03daf13839 /recipes
parentc4322c3c457621de2de1b5c86d1501aa9fe90ace (diff)
downloadopenembedded-227751f13ae101f8b669779fb46e93586362c008.tar.gz
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.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gnome/libgdata_0.5.1.bb2
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 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