diff options
author | Ross Burton <ross.burton@intel.com> | 2017-11-09 15:49:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-11 12:19:53 +0000 |
commit | 5988d9e55bac5d5d703f86b05301812be328602b (patch) | |
tree | 0fd87d5b67ca35bf4a7940d25c2a2b5d7da8a01f | |
parent | a17f3ec910366e9e7551fa24fbc07929b9584341 (diff) | |
download | openembedded-core-5988d9e55bac5d5d703f86b05301812be328602b.tar.gz openembedded-core-5988d9e55bac5d5d703f86b05301812be328602b.tar.bz2 openembedded-core-5988d9e55bac5d5d703f86b05301812be328602b.zip |
packagegroup-base: remove hostap-utils from wifi support
hostap-utils is the userspace part of the Intersil Prism2/2.5/3 wifi driver,
which is a decade old and obsolete. Stop pulling it into all images via the
base packagegroup, BSPs which still need this driver can do that themselves.
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-base.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb index f9e6e2edd8..313628e6c7 100644 --- a/meta/recipes-core/packagegroups/packagegroup-base.bb +++ b/meta/recipes-core/packagegroups/packagegroup-base.bb @@ -292,8 +292,6 @@ RRECOMMENDS_packagegroup-base-ipsec = "\ SUMMARY_packagegroup-base-wifi = "WiFi support" RDEPENDS_packagegroup-base-wifi = "\ ${VIRTUAL-RUNTIME_wireless-tools} \ - ${@bb.utils.contains('COMBINED_FEATURES', 'pcmcia', 'hostap-utils', '',d)} \ - ${@bb.utils.contains('COMBINED_FEATURES', 'pci', 'hostap-utils', '',d)} \ wpa-supplicant" RRECOMMENDS_packagegroup-base-wifi = "\ |