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.

(From OE-Core rev: cc100a291853c89efbf2c0c04bd9626a6546f4c7)

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Fabio Berton 2016-02-18 14:59:09 -02:00 committed by Richard Purdie
parent 51fc30472f
commit 54bfbcc6c9
1 changed files with 3 additions and 0 deletions

View 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: