From 4204c9f7a161a2b7c22973531143163a69c543a7 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Thu, 27 Jan 2011 17:14:42 +0100 Subject: boa: Disable parallel builds Parallel builds failed here multiple times in a 6 core machine. Signed-off-by: Florian Boor --- recipes/boa/boa_0.94.13.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/boa/boa_0.94.13.bb b/recipes/boa/boa_0.94.13.bb index cc5f7adf6c..e96430c218 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 \ -- cgit 1.2.3-korg