[oe-commits] Florian Boor : ucview: Disable parallel make

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 16:06:51 UTC 2012


Module: openembedded.git
Branch: master
Commit: 0a5b0fd8982a6e4b411c89dce1de60abf49b8b33
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=0a5b0fd8982a6e4b411c89dce1de60abf49b8b33

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Sat Dec 31 11:45:39 2011 +0100

ucview: Disable parallel make 

    Causes random build failures because of generated sources 
    do not get generated in time.

Signed-off-by: Florian Boor <florian.boor at kernelconcepts.de>

---

 recipes/unicap/ucview_0.30.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/unicap/ucview_0.30.bb b/recipes/unicap/ucview_0.30.bb
index 859c8b0..0f2d76e 100644
--- a/recipes/unicap/ucview_0.30.bb
+++ b/recipes/unicap/ucview_0.30.bb
@@ -4,6 +4,8 @@ LICENSE = "GPL"
 DEPENDS = "intltool-native gtk+ libpng unicap gconf libglade gdk-pixbuf-csource-native"
 PR = "r1"
 
+PARALLEL_MAKE = ""
+
 SRC_URI = "http://www.unicap-imaging.org/downloads/${P}.tar.gz \
            file://cross.patch"
 





More information about the Openembedded-commits mailing list