[oe-commits] [meta-openembedded] 09/12: kea: Disable parallel install

git at git.openembedded.org git at git.openembedded.org
Sat Oct 5 02:12:28 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e17a684f289d1ed5025e9024e4045391dde7e1ae
Author: Ovidiu Panait <ovidiu.panait at windriver.com>
AuthorDate: Fri Oct 4 17:16:49 2019 +0300

    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 <ovidiu.panait at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.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 3123099..105ba10 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 = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list