From 9697c583b7a421be0d45bb60a34447de0c9ef74f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 18 Aug 2015 22:09:27 +0100 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. (From OE-Core rev: ad7073194546c16a5612924eb59152b35de6f340) 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-54-g00ecf