[oe-commits] Richard Purdie : Revert "bind: fix and enable parallel build"

git at git.openembedded.org git at git.openembedded.org
Mon Feb 23 17:46:26 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: af46b9f5dd5436b3d48f2fcd7a69f32343b62442
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=af46b9f5dd5436b3d48f2fcd7a69f32343b62442

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Feb 23 16:13:25 2015 +0000

Revert "bind: fix and enable parallel build"

This reverts commit b003df03358aea4e9e094ee339a9f6796866961e.

We keep seeing parallel make failures on the autobuilder

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/bind/bind_9.9.5.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/bind/bind_9.9.5.bb b/meta/recipes-connectivity/bind/bind_9.9.5.bb
index 5d97874..e34cded 100644
--- a/meta/recipes-connectivity/bind/bind_9.9.5.bb
+++ b/meta/recipes-connectivity/bind/bind_9.9.5.bb
@@ -50,6 +50,7 @@ INITSCRIPT_PARAMS = "defaults"
 
 SYSTEMD_SERVICE_${PN} = "named.service"
 
+PARALLEL_MAKE = ""
 
 RDEPENDS_${PN} = "python-core"
 



More information about the Openembedded-commits mailing list