On Tue, 24 Feb 2026 at 04:51, Yiding Liu (Fujitsu) via lists.openembedded.org <[email protected]> wrote: > +DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', > 'hotdoc-native', '', d)}"
Unfortunately this is not going to work. Yocto's autobuilder does run builds with api-documentation enabled, and they're expected to succeed without any additional layers. The correct thing is to define a PACKAGECONFIG, and leave it disabled. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231896): https://lists.openembedded.org/g/openembedded-core/message/231896 Mute This Topic: https://lists.openembedded.org/mt/117971120/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
