[oe-commits] Ross Burton : gnome: set UNKNOWN_CONFIGURE_WHITELIST

git at git.openembedded.org git at git.openembedded.org
Tue Oct 29 10:27:10 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: a97600330d626eb0ca75178a9011f1a63c8a29f3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a97600330d626eb0ca75178a9011f1a63c8a29f3

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Oct 28 17:53:00 2013 +0000

gnome: set UNKNOWN_CONFIGURE_WHITELIST

This class disable introspection support using --enable-introspection=no but not
all GNOME modules support introspection.

This can cause unknown-configure-options QA warnings, so clarify the option by
using --disable-introspection and add it to the sanity test whitelist.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/gnome.bbclass |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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"



More information about the Openembedded-commits mailing list