On 25 Feb 2026, at 03:40, Changqing Li via lists.openembedded.org <[email protected]> wrote: > PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" > +PACKAGECONFIG:append:class-target = " bash-completion" > > PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd" > PACKAGECONFIG[stemming] = "-Dstemming=true,-Dstemming=false,libstemmer" > PACKAGECONFIG[qt6] = "-Dqt=true,-Dqt=false,qtbase" > +PACKAGECONFIG[bash-completion] = > "-Dbash-completion=true,-Dbash-completion=false”
I can’t see any other recipes that have a PACKAGECONFIG for bash completion. Personally I’d just inherit the class and EXTRA_OEMESON:append:class-native = “ -Dbash-completion=false” as the special case is native. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#232772): https://lists.openembedded.org/g/openembedded-core/message/232772 Mute This Topic: https://lists.openembedded.org/mt/117989519/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
