[OE-core] [PATCH 7/8] gobject-introspection.bbclass: make additional DEPENDS conditional

Andre McCurdy armccurdy at gmail.com
Thu Mar 17 17:44:20 UTC 2016


On Thu, Mar 17, 2016 at 10:29 AM, Burton, Ross <ross.burton at intel.com> wrote:
>
> On 17 March 2016 at 17:19, Andre McCurdy <armccurdy at gmail.com> wrote:
>>
>>  # Generating introspection data depends on a combination of native and
>> target
>>  # introspection tools, and qemu to run the target tools.
>> -DEPENDS_append = " gobject-introspection gobject-introspection-native
>> qemu-native"
>> +DEPENDS_append = " ${@bb.utils.contains('COMBINED_FEATURES',
>> 'gobject-introspection-data', 'gobject-introspection
>> gobject-introspection-native qemu-native', '', d)}"
>
>
> Have you verified this works with g-i disabled and a clean sysroot?  I'm
> thinking builds will still need at least some of this to provide the m4
> macros.

I'm travelling at the moment, without access to any kind of reasonable
build machine... so I have to confess that I didn't test the patch set
at all. Please treat everything as RFC.

> Ross



More information about the Openembedded-core mailing list