[oe-commits] Florian Boor : boa: Disable parallel builds

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 14:39:03 UTC 2012


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

Author: Florian Boor <florian at kernelconcepts.de>
Date:   Thu Jan 27 17:14:42 2011 +0100

boa: Disable parallel builds

    Parallel builds failed here multiple times in a 6 core machine.

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

---

 recipes/boa/boa_0.94.13.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/boa/boa_0.94.13.bb b/recipes/boa/boa_0.94.13.bb
index cc5f7ad..e96430c 100644
--- a/recipes/boa/boa_0.94.13.bb
+++ b/recipes/boa/boa_0.94.13.bb
@@ -6,6 +6,8 @@ RDEPENDS_${PN} = "mime-support"
 RPROVIDES_${PN} = "httpd"
 PR = "r4"
 
+PARALLEL_MAKE = ""
+
 SRC_URI = "http://www.boa.org/boa-${PV}.tar.gz \
            file://cgi.patch;striplevel=2 \
            file://debian-patch.diff;striplevel=2 \





More information about the Openembedded-commits mailing list