[oe-commits] [openembedded-core] 01/18: packagegroup-base: remove hostap-utils from wifi support

git at git.openembedded.org git at git.openembedded.org
Sat Nov 11 12:20:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5988d9e55bac5d5d703f86b05301812be328602b
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Nov 9 15:49:18 2017 +0000

    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 at intel.com>
---
 meta/recipes-core/packagegroups/packagegroup-base.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb
index f9e6e2e..313628e 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 = "\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list