]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer: Disable parallel make
authorRichard Purdie <richard@openedhand.com>
Sat, 26 Jan 2008 17:44:23 +0000 (17:44 +0000)
committerRichard Purdie <richard@openedhand.com>
Sat, 26 Jan 2008 17:44:23 +0000 (17:44 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3604 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gstreamer/gstreamer_0.10.14.bb

index e2f5574c0da3b77d6a21afd4f5613a36001289da..ee857fdb21a75ab7606f7386870e6d087f028682 100644 (file)
@@ -21,6 +21,8 @@ EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=
 #      mv ${WORKDIR}/gstregistrybinary.[ch] ${S}/gst/
 #}
 
+PARALLEL_MAKE = ""
+
 do_stage() {
        autotools_stage_all
 }