[OE-core] [PATCH 1/2] gnome: move introspection options to gnomebase

Ross Burton ross.burton at intel.com
Tue Aug 18 21:25:17 UTC 2015


The gnome class is really a convenience class to include other classes, so move
the introspection arguments into gnomebase.bbclass.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/gnome.bbclass     | 4 ----
 meta/classes/gnomebase.bbclass | 3 +++
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/meta/classes/gnome.bbclass b/meta/classes/gnome.bbclass
index 0de22dd..c6202bbb75 100644
--- a/meta/classes/gnome.bbclass
+++ b/meta/classes/gnome.bbclass
@@ -1,5 +1 @@
 inherit gnomebase gtk-icon-cache gconf mime
-
-EXTRA_OECONF += "--disable-introspection"
-
-UNKNOWN_CONFIGURE_WHITELIST += "--disable-introspection"
diff --git a/meta/classes/gnomebase.bbclass b/meta/classes/gnomebase.bbclass
index 6ca13cb..fa8f88d 100644
--- a/meta/classes/gnomebase.bbclass
+++ b/meta/classes/gnomebase.bbclass
@@ -28,3 +28,6 @@ do_install_append() {
 	rm -f ${D}${datadir}/applications/*.cache
 }
 
+EXTRA_OECONF += "--disable-introspection"
+
+UNKNOWN_CONFIGURE_WHITELIST += "--disable-introspection"
-- 
2.1.4




More information about the Openembedded-core mailing list