[oe-commits] [openembedded-core] 25/46: waf.bbclass: Add compile progress

git at git.openembedded.org git at git.openembedded.org
Thu Dec 21 10:22:14 UTC 2017


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

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit eead20fd437d7c52a09cf3c2e0fa6603cbeb14ab
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Thu Dec 7 10:57:35 2017 -0600

    waf.bbclass: Add compile progress
    
    Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/waf.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/waf.bbclass b/meta/classes/waf.bbclass
index acbda27..c3e744e 100644
--- a/meta/classes/waf.bbclass
+++ b/meta/classes/waf.bbclass
@@ -44,6 +44,7 @@ waf_do_configure() {
 	${S}/waf configure --prefix=${prefix} ${WAF_EXTRA_CONF} ${EXTRA_OECONF}
 }
 
+do_compile[progress] = "outof:^\[\s*(\d+)/\s*(\d+)\]\s+"
 waf_do_compile()  {
 	${S}/waf build ${@get_waf_parallel_make(d)}
 }

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


More information about the Openembedded-commits mailing list