[OE-core] [PATCH] insane: Add --disable-static to UNKNOWN_CONFIGURE_WHITELIST

Richard Purdie richard.purdie at linuxfoundation.org
Sun Feb 14 14:30:40 UTC 2016


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 at linuxfoundation.org>

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 2bc9315..530e711 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





More information about the Openembedded-core mailing list