mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 13:27:14 +00:00
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@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a4412258ef
commit
e17a684f28
@ -59,3 +59,5 @@ FILES_${PN}-staticdev += "${libdir}/kea/hooks/*.a ${libdir}/hooks/*.a"
|
||||
FILES_${PN} += "${libdir}/hooks/*.so"
|
||||
|
||||
BBCLASSEXTEND += "native"
|
||||
|
||||
PARALLEL_MAKEINST = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user