diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-14 14:30:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-15 16:28:24 +0000 |
commit | f879f452dc69989aa227b8dc60b7cb0354203575 (patch) | |
tree | 9e0360d9ecca03173afd8d5d16780a1ecc386df0 /meta/classes | |
parent | e00f0794a535c8e68ae1c87c8b01dd65645d570b (diff) | |
download | openembedded-core-f879f452dc69989aa227b8dc60b7cb0354203575.tar.gz openembedded-core-f879f452dc69989aa227b8dc60b7cb0354203575.tar.bz2 openembedded-core-f879f452dc69989aa227b8dc60b7cb0354203575.zip |
insane: Add --disable-static to UNKNOWN_CONFIGURE_WHITELIST
With the addition of a common class passing in this option, add it to
the list of standard "unknown" configure options which are known about.
Its not interesting/productive to go and update every recipe to handle
this flag.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 2bc931521f..530e711ec4 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -46,7 +46,7 @@ enabled tests are listed here, the do_package_qa task will run under fakeroot." ALL_QA = "${WARN_QA} ${ERROR_QA}" -UNKNOWN_CONFIGURE_WHITELIST ?= "--enable-nls --disable-nls --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot" +UNKNOWN_CONFIGURE_WHITELIST ?= "--enable-nls --disable-nls --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot --disable-static" # # dictionary for elf headers |