diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-05-21 12:37:30 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-29 11:25:08 +0100 |
commit | f1978b7e1d68bd7813ae048ff9a37716618a473c (patch) | |
tree | deda76821823fced922f951433e0392373337292 /meta/recipes-core/packagegroups | |
parent | 5b966e87aba19629408daeff25c1e6883300fb10 (diff) | |
download | openembedded-core-contrib-f1978b7e1d68bd7813ae048ff9a37716618a473c.tar.gz |
wireless-tools: remove the recipe
wireless-tools have been obsolete and superseded by iw for a very long time.
I've checked that images continue to boot and the graphical connman frontend
is still able to list wireless networks; there is no evidence that
wireless-tools are needed by anything.
[YOCTO #12727]
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-base.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb index bb192aed29e..442201c9efa 100644 --- a/meta/recipes-core/packagegroups/packagegroup-base.bb +++ b/meta/recipes-core/packagegroups/packagegroup-base.bb @@ -289,7 +289,7 @@ RRECOMMENDS_packagegroup-base-ipsec = "\ # SUMMARY_packagegroup-base-wifi = "WiFi support" RDEPENDS_packagegroup-base-wifi = "\ - ${VIRTUAL-RUNTIME_wireless-tools} \ + iw \ wpa-supplicant" RRECOMMENDS_packagegroup-base-wifi = "\ |