mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
waf-samba: enable parallel builds
Instead of relying on sequencial waf build invoked by make, invoke waf as documented with default switch for building in parallel. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
03491cecc5
commit
fd66e4713e
|
|
@ -45,6 +45,10 @@ do_configure() {
|
|||
./configure ${CONFIGUREOPTS} ${EXTRA_OECONF} --cross-compile --cross-execute="${CROSS_EXEC}"
|
||||
}
|
||||
|
||||
do_compile () {
|
||||
python ./buildtools/bin/waf ${PARALLEL_MAKE}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake install DESTDIR=${D}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user