On Fri, 24 Mar 2023 at 10:36, Petr Kubizňák <kubiz...@2n.com> wrote: > # Generating introspection data depends on a combination of native and target > # introspection tools, and qemu to run the target tools. > -DEPENDS:append:class-target = " gobject-introspection > gobject-introspection-native qemu-native" > +DEPENDS:append:class-target = " ${@bb.utils.contains('GI_DATA_ENABLED', > 'True', 'gobject-introspection gobject-introspection-native', '', d)}" > +DEPENDS:append:class-target = " qemu-native"
This does not seem right; if g-i is entirely disabled, then qemu shouldn't be called at any point, and so should be in the same conditional list. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#179032): https://lists.openembedded.org/g/openembedded-core/message/179032 Mute This Topic: https://lists.openembedded.org/mt/97820019/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-