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/conf/distro | |
parent | 5b966e87aba19629408daeff25c1e6883300fb10 (diff) | |
download | openembedded-core-f1978b7e1d68bd7813ae048ff9a37716618a473c.tar.gz openembedded-core-f1978b7e1d68bd7813ae048ff9a37716618a473c.tar.bz2 openembedded-core-f1978b7e1d68bd7813ae048ff9a37716618a473c.zip |
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/conf/distro')
-rw-r--r-- | meta/conf/distro/include/default-providers.inc | 1 | ||||
-rw-r--r-- | meta/conf/distro/include/maintainers.inc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index e65c1ed323..779b03d50c 100644 --- a/meta/conf/distro/include/default-providers.inc +++ b/meta/conf/distro/include/default-providers.inc @@ -23,7 +23,6 @@ VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-opkg" VIRTUAL-RUNTIME_apm ?= "apm" VIRTUAL-RUNTIME_alsa-state ?= "alsa-state" VIRTUAL-RUNTIME_getopt ?= "util-linux-getopt" -VIRTUAL-RUNTIME_wireless-tools ?= "iw wireless-tools" VIRTUAL-RUNTIME_base-utils ?= "busybox" VIRTUAL-RUNTIME_base-utils-hwclock ?= "busybox-hwclock" diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 6d6c148de8..f24e482abe 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -712,7 +712,6 @@ RECIPE_MAINTAINER_pn-weston-init = "Denys Dmytriyenko <denys@ti.com>" RECIPE_MAINTAINER_pn-wget = "Yi Zhao <yi.zhao@windriver.com>" RECIPE_MAINTAINER_pn-which = "Maxin B. John <maxin.john@intel.com>" RECIPE_MAINTAINER_pn-wic-tools = "Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>" -RECIPE_MAINTAINER_pn-wireless-tools = "Changhyeok Bae <changhyeok.bae@lge.com>" RECIPE_MAINTAINER_pn-wpa-supplicant = "Changhyeok Bae <changhyeok.bae@lge.com>" RECIPE_MAINTAINER_pn-x11-common = "Armin Kuster <akuster808@gmail.com>" RECIPE_MAINTAINER_pn-x11perf = "Armin Kuster <akuster808@gmail.com>" |