This class passes --disable-introspection to everything that inherits it but not all GNOME modules support introspection, so add that option to the unknown-configure-options sanity test whitelist.
Signed-off-by: Ross Burton <[email protected]> --- meta/classes/gnome.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 1.7.10.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
