]> code.ossystems Code Review - openembedded-core.git/commitdiff
waf.bbclass: Remove --disable-static from EXTRA_OECONF
authorFabio Berton <fabio.berton@ossystems.com.br>
Thu, 18 Feb 2016 16:59:09 +0000 (14:59 -0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Feb 2016 15:28:16 +0000 (15:28 +0000)
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@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/waf.bbclass

index b3b5e94bdc2650df5974c8675375b68703aad81e..5e55833ca478e93e68a648cd3de7ecbc46b11877 100644 (file)
@@ -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: