[oe-commits] [meta-openembedded] branch master updated: waf-samba: use new oe.utils.parallel_make_argument function instead of removed get_waf_parallel_make

git at git.openembedded.org git at git.openembedded.org
Fri Feb 16 21:35:41 UTC 2018


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

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

The following commit(s) were added to refs/heads/master by this push:
     new 2f7de93  waf-samba: use new oe.utils.parallel_make_argument function instead of removed get_waf_parallel_make
2f7de93 is described below

commit 2f7de931885c1b9e63c4e4238f0f7ad1388e8b6d
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Fri Feb 16 21:34:05 2018 +0000

    waf-samba: use new oe.utils.parallel_make_argument function instead of removed get_waf_parallel_make
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/classes/waf-samba.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/classes/waf-samba.bbclass b/meta-networking/classes/waf-samba.bbclass
index e490176..a63842c 100644
--- a/meta-networking/classes/waf-samba.bbclass
+++ b/meta-networking/classes/waf-samba.bbclass
@@ -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() {

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


More information about the Openembedded-commits mailing list