From d0bf0e5fd9c2cb18437ccca14b2f41d410aa832a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 1 Sep 2015 19:11:55 +0200 Subject: 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 Signed-off-by: Richard Purdie --- meta/classes/gnomebase.bbclass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/classes/gnomebase.bbclass') diff --git a/meta/classes/gnomebase.bbclass b/meta/classes/gnomebase.bbclass index 6ca13cb1e0..fa8f88dd58 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" -- cgit v1.2.3