Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] insane: Add --disable-static to UNKNOWN_CONFIGURE_WHITELIST
@ 2016-02-14 14:30 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-02-14 14:30 UTC (permalink / raw)
  To: openembedded-core

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>

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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-14 14:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-14 14:30 [PATCH] insane: Add --disable-static to UNKNOWN_CONFIGURE_WHITELIST Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox