On 28 October 2013 15:59, Otavio Salvador <[email protected]> wrote: > On Mon, Oct 28, 2013 at 12:33 PM, Ross Burton <[email protected]> wrote: >> 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]> > > I understand the change but it does not match with the commit log.
How so? -EXTRA_OECONF += "--enable-introspection=no" +EXTRA_OECONF += "--disable-introspection" This is a semantically identical change as far as autoconf is concerned, that makes the whitelist clearer. +UNKNOWN_CONFIGURE_WHITELIST += "--disable-introspection" This is the unknown configure options whitelist. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
