diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/default-providers.inc | 1 | ||||
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-base.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index 8d92c2e362..9f84d5ced2 100644 --- a/meta/conf/distro/include/default-providers.inc +++ b/meta/conf/distro/include/default-providers.inc | |||
@@ -22,6 +22,7 @@ VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-opkg" | |||
22 | VIRTUAL-RUNTIME_apm ?= "apm" | 22 | VIRTUAL-RUNTIME_apm ?= "apm" |
23 | VIRTUAL-RUNTIME_alsa-state ?= "alsa-state" | 23 | VIRTUAL-RUNTIME_alsa-state ?= "alsa-state" |
24 | VIRTUAL-RUNTIME_getopt ?= "util-linux-getopt" | 24 | VIRTUAL-RUNTIME_getopt ?= "util-linux-getopt" |
25 | VIRTUAL-RUNTIME_wireless-tools ?= "iw wireless-tools" | ||
25 | 26 | ||
26 | # | 27 | # |
27 | # Default recipe providers | 28 | # Default recipe providers |
diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb index 262d65f5dc..9e40b28528 100644 --- a/meta/recipes-core/packagegroups/packagegroup-base.bb +++ b/meta/recipes-core/packagegroups/packagegroup-base.bb | |||
@@ -292,7 +292,7 @@ RRECOMMENDS_packagegroup-base-ipsec = "\ | |||
292 | # | 292 | # |
293 | SUMMARY_packagegroup-base-wifi = "WiFi support" | 293 | SUMMARY_packagegroup-base-wifi = "WiFi support" |
294 | RDEPENDS_packagegroup-base-wifi = "\ | 294 | RDEPENDS_packagegroup-base-wifi = "\ |
295 | wireless-tools \ | 295 | ${VIRTUAL-RUNTIME_wireless-tools} \ |
296 | ${@bb.utils.contains('COMBINED_FEATURES', 'pcmcia', 'hostap-utils', '',d)} \ | 296 | ${@bb.utils.contains('COMBINED_FEATURES', 'pcmcia', 'hostap-utils', '',d)} \ |
297 | ${@bb.utils.contains('COMBINED_FEATURES', 'pci', 'hostap-utils', '',d)} \ | 297 | ${@bb.utils.contains('COMBINED_FEATURES', 'pci', 'hostap-utils', '',d)} \ |
298 | wpa-supplicant" | 298 | wpa-supplicant" |