diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-01-27 15:00:32 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-01-27 15:00:32 +0000 |
commit | 227751f13ae101f8b669779fb46e93586362c008 (patch) | |
tree | f6dccef66f744d4fa01241c4f4742b03daf13839 /recipes/gnome/libgdata_0.5.1.bb | |
parent | c4322c3c457621de2de1b5c86d1501aa9fe90ace (diff) |
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/gnome/libgdata_0.5.1.bb')
-rw-r--r-- | 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 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 |