mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
waf-samba: use new oe.utils.parallel_make_argument function instead of removed get_waf_parallel_make
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
0277d703a1
commit
2f7de93188
@ -87,7 +87,7 @@ do_configure() {
|
||||
}
|
||||
|
||||
do_compile () {
|
||||
python ./buildtools/bin/waf ${@get_waf_parallel_make(d)}
|
||||
python ./buildtools/bin/waf ${@oe.utils.parallel_make_argument(d, '-j%d', limit=64)}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user