> On 24 Aug 2022, at 08:16, Markus Volk via lists.openembedded.org > <[email protected]> wrote: > > Hi, > > one question regarding this part of packagegroup-base.bb: > > SUMMARY:packagegroup-base-wifi = "WiFi support" > RDEPENDS:packagegroup-base-wifi = "\ > iw \ > wireless-regdb-static \ > wpa-supplicant" > > > wpa_supplicant gets installed on every system, that has DISTRO_FEATURE wifi > set, which gets problematic, once you want to replace it. Would it be > conceivable to remove wpa_supplicant from RDEPENDS:packagegroup-base-wifi and > instead hand over the responsibility for the wireless daemon to be used to > the recipes in particular the network managers ? > > Otherwise choice would be broken.
Sure. At least it should be a recommends and then iwd/wpa_supplicant can conflict with each other. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#169858): https://lists.openembedded.org/g/openembedded-core/message/169858 Mute This Topic: https://lists.openembedded.org/mt/93222109/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
