aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-02-18 14:59:09 -0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-19 15:28:16 +0000
commitcc100a291853c89efbf2c0c04bd9626a6546f4c7 (patch)
treed60027b9144937e860f8a31c9e77bf077c8dc599
parentf8616c30870670992c00be349bedf64b35833c34 (diff)
downloadopenembedded-core-contrib-cc100a291853c89efbf2c0c04bd9626a6546f4c7.tar.gz
waf.bbclass: Remove --disable-static from EXTRA_OECONF
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>
-rw-r--r--meta/classes/waf.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/waf.bbclass b/meta/classes/waf.bbclass
index b3b5e94bdc..5e55833ca4 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: