From e17a684f289d1ed5025e9024e4045391dde7e1ae Mon Sep 17 00:00:00 2001 From: Ovidiu Panait Date: Fri, 4 Oct 2019 17:16:49 +0300 Subject: kea: Disable parallel install 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 Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/kea/kea_1.7.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking/recipes-connectivity') 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 3123099a76..105ba10d7a 100644 --- a/meta-networking/recipes-connectivity/kea/kea_1.7.0.bb +++ b/meta-networking/recipes-connectivity/kea/kea_1.7.0.bb @@ -59,3 +59,5 @@ FILES_${PN}-staticdev += "${libdir}/kea/hooks/*.a ${libdir}/hooks/*.a" FILES_${PN} += "${libdir}/hooks/*.so" BBCLASSEXTEND += "native" + +PARALLEL_MAKEINST = "" -- cgit 1.2.3-korg