From: Fabio Berton Date: Thu, 18 Feb 2016 16:59:09 +0000 (-0200) Subject: waf.bbclass: Remove --disable-static from EXTRA_OECONF X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26907 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc100a291853c89efbf2c0c04bd9626a6546f4c7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/classes/waf.bbclass b/meta/classes/waf.bbclass index b3b5e94bdc2..5e55833ca47 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: