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 21:07:14 +0100 |
commit | f7137f94905c0d0ef1c0af8e53db18de00a17fec (patch) | |
tree | 6721b41b97a5225d7ef3ebdf17ec2d11b21dd96c /meta/conf/distro | |
parent | 960f25795f2c56a287e71e9327d0a43fa9aff18c (diff) | |
download | poky-f7137f94905c0d0ef1c0af8e53db18de00a17fec.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]
(From OE-Core rev: f1978b7e1d68bd7813ae048ff9a37716618a473c)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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" | |||
23 | VIRTUAL-RUNTIME_apm ?= "apm" | 23 | VIRTUAL-RUNTIME_apm ?= "apm" |
24 | VIRTUAL-RUNTIME_alsa-state ?= "alsa-state" | 24 | VIRTUAL-RUNTIME_alsa-state ?= "alsa-state" |
25 | VIRTUAL-RUNTIME_getopt ?= "util-linux-getopt" | 25 | VIRTUAL-RUNTIME_getopt ?= "util-linux-getopt" |
26 | VIRTUAL-RUNTIME_wireless-tools ?= "iw wireless-tools" | ||
27 | VIRTUAL-RUNTIME_base-utils ?= "busybox" | 26 | VIRTUAL-RUNTIME_base-utils ?= "busybox" |
28 | VIRTUAL-RUNTIME_base-utils-hwclock ?= "busybox-hwclock" | 27 | VIRTUAL-RUNTIME_base-utils-hwclock ?= "busybox-hwclock" |
29 | 28 | ||
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>" | |||
712 | RECIPE_MAINTAINER_pn-wget = "Yi Zhao <yi.zhao@windriver.com>" | 712 | RECIPE_MAINTAINER_pn-wget = "Yi Zhao <yi.zhao@windriver.com>" |
713 | RECIPE_MAINTAINER_pn-which = "Maxin B. John <maxin.john@intel.com>" | 713 | RECIPE_MAINTAINER_pn-which = "Maxin B. John <maxin.john@intel.com>" |
714 | RECIPE_MAINTAINER_pn-wic-tools = "Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>" | 714 | RECIPE_MAINTAINER_pn-wic-tools = "Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>" |
715 | RECIPE_MAINTAINER_pn-wireless-tools = "Changhyeok Bae <changhyeok.bae@lge.com>" | ||
716 | RECIPE_MAINTAINER_pn-wpa-supplicant = "Changhyeok Bae <changhyeok.bae@lge.com>" | 715 | RECIPE_MAINTAINER_pn-wpa-supplicant = "Changhyeok Bae <changhyeok.bae@lge.com>" |
717 | RECIPE_MAINTAINER_pn-x11-common = "Armin Kuster <akuster808@gmail.com>" | 716 | RECIPE_MAINTAINER_pn-x11-common = "Armin Kuster <akuster808@gmail.com>" |
718 | RECIPE_MAINTAINER_pn-x11perf = "Armin Kuster <akuster808@gmail.com>" | 717 | RECIPE_MAINTAINER_pn-x11perf = "Armin Kuster <akuster808@gmail.com>" |