Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/5] gnome: set UNKNOWN_CONFIGURE_WHITELIST
@ 2013-10-28 14:33 Ross Burton
  2013-10-28 14:33 ` [PATCH 2/5] xorg-lib-common: " Ross Burton
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Ross Burton @ 2013-10-28 14:33 UTC (permalink / raw)
  To: openembedded-core

This class passes --disable-introspection to everything that inherits it but not
all GNOME modules support introspection, so add that option to the
unknown-configure-options sanity test whitelist.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/classes/gnome.bbclass |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/classes/gnome.bbclass b/meta/classes/gnome.bbclass
index a19dd17..0de22dd 100644
--- a/meta/classes/gnome.bbclass
+++ b/meta/classes/gnome.bbclass
@@ -1,3 +1,5 @@
 inherit gnomebase gtk-icon-cache gconf mime
 
-EXTRA_OECONF += "--enable-introspection=no"
+EXTRA_OECONF += "--disable-introspection"
+
+UNKNOWN_CONFIGURE_WHITELIST += "--disable-introspection"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-11-05 13:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-28 14:33 [PATCH 1/5] gnome: set UNKNOWN_CONFIGURE_WHITELIST Ross Burton
2013-10-28 14:33 ` [PATCH 2/5] xorg-lib-common: " Ross Burton
2013-10-28 14:33 ` [PATCH 3/5] xorg-proto-common: " Ross Burton
2013-10-28 15:59   ` Otavio Salvador
2013-10-28 14:33 ` [PATCH 4/5] gnome-common: inhert gnomebase not gnome Ross Burton
2013-10-28 14:33 ` [PATCH 5/5] libgcrypt: remove --without-pth Ross Burton
2013-10-31  3:44   ` Khem Raj
2013-11-05 13:29     ` Burton, Ross
2013-10-28 15:59 ` [PATCH 1/5] gnome: set UNKNOWN_CONFIGURE_WHITELIST Otavio Salvador
2013-10-28 17:08   ` Burton, Ross
2013-10-28 17:12     ` Otavio Salvador

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