On Wed, 1 May 2024 at 23:27, Patrick Williams via lists.openembedded.org <[email protected]> wrote: > What is going on here? Well, this: > > ``` > meta-phosphor/conf/distro/include/phosphor-pkg-tweaks.inc > 6:# Disable python from btrfs-tools > 7:PACKAGECONFIG:remove:pn-btrfs-tools = "python" > ``` > > We explicitly remove `python` from the _target_ btrfs-tools > `PACKAGECONFIG`, because we don't want it on-device (since that pulls > python itself as a side-effect). If I remove this _target_ setting > everything works fine for the native package:
It's not a target setting. PACKAGECONFIG without qualifier overrides applies to all variants. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198906): https://lists.openembedded.org/g/openembedded-core/message/198906 Mute This Topic: https://lists.openembedded.org/mt/105729019/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
