[OE-core] [PATCH] waf.bbclass: Remove --disable-static from EXTRA_OECONF

Fabio Berton fabio.berton at ossystems.com.br
Thu Feb 18 16:59:09 UTC 2016


As of commit OE-Core:773c9e18071d71454473dd81aff911104a2e9bc6
EXTRA_OECONF is appended with the option --disable-static on
DISABLE_STATIC variable and this cause the error:

    waf: error: no such option: --disable-static

So, we need to disable this option.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 meta/classes/waf.bbclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/classes/waf.bbclass b/meta/classes/waf.bbclass
index b3b5e94..5e55833 100644
--- a/meta/classes/waf.bbclass
+++ b/meta/classes/waf.bbclass
@@ -1,3 +1,6 @@
+# avoids build breaks when using no-static-libs.inc
+DISABLE_STATIC = ""
+
 def get_waf_parallel_make(d):
     pm = d.getVar('PARALLEL_MAKE', True)
     if pm:
-- 
2.1.4




More information about the Openembedded-core mailing list