fix(packagegroup-coreos-base.bb): use packagegroup-base instead of packagegroup-base-extended

packagegroup-base-extended added for example wifi stuff if the DISTRO_FEATURE was set to wifi but
not the MACHINE_FEATURE this cause wpa_supplicant to be present on none wifi devices
This commit is contained in:
Patrick Vogelaar 2024-03-28 17:04:59 +00:00
parent 0075255036
commit 706f597d5c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ COREOS_IMAGE_EFI_PROVIDER_EXTRA = " \
"
RDEPENDS:${PN} = "\
packagegroup-base-extended \
packagegroup-base \
os-release \
${@bb.utils.contains("MACHINE_FEATURES", "efi", "${COREOS_IMAGE_EFI_PROVIDER_EXTRA}", "", d)} \
"