[OE-core] [PATCH 1/5] gnome: set UNKNOWN_CONFIGURE_WHITELIST

Burton, Ross ross.burton at intel.com
Mon Oct 28 17:08:29 UTC 2013


On 28 October 2013 15:59, Otavio Salvador <otavio at ossystems.com.br> wrote:
> On Mon, Oct 28, 2013 at 12:33 PM, Ross Burton <ross.burton at intel.com> 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 <ross.burton at intel.com>
>
> 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



More information about the Openembedded-core mailing list