[oe] [meta-networking][PATCH 1/1] kea: Disable parallel install

Ovidiu Panait ovidiu.panait at windriver.com
Fri Oct 4 14:16:49 UTC 2019


According to configure.ac, make install might fail when run with multiple jobs:

$ tail -15 log.do_configure
...
When running "make install" do not use any form of parallel or job
server options (such as GNU make's -j option). Doing so may cause
errors.
...

Signed-off-by: Ovidiu Panait <ovidiu.panait at windriver.com>
---
 meta-networking/recipes-connectivity/kea/kea_1.7.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-connectivity/kea/kea_1.7.0.bb b/meta-networking/recipes-connectivity/kea/kea_1.7.0.bb
index fb166df60..08e9923ba 100644
--- a/meta-networking/recipes-connectivity/kea/kea_1.7.0.bb
+++ b/meta-networking/recipes-connectivity/kea/kea_1.7.0.bb
@@ -60,3 +60,5 @@ FILES_${PN}-staticdev += "${libdir}/kea/hooks/*.a ${libdir}/hooks/*.a"
 FILES_${PN} += "${libdir}/hooks/*.so"
 
 BBCLASSEXTEND += "native"
+
+PARALLEL_MAKEINST = ""
-- 
2.20.1



More information about the Openembedded-devel mailing list