From: Ross Burton Date: Tue, 18 Aug 2015 21:09:27 +0000 (+0100) Subject: gnome: move introspection options to gnomebase X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad7073194546c16a5612924eb59152b35de6f340;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gnome: move introspection options to gnomebase 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 --- diff --git a/meta/classes/gnome.bbclass b/meta/classes/gnome.bbclass index 0de22dd6d2c..c6202bbb759 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 6ca13cb1e09..fa8f88dd58f 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"