summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2015-12-19 21:42:53 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-01-01 21:07:07 +0100
commitaf45a4f46ccc5709e3ff391b417b6768cff5117e (patch)
tree8d4c39cf2dcdc2bd0669e7a0b76a05c769c0b281 /Config.in.legacy
parentee2f4138004a8fb7493039503dbedd8a73d6475d (diff)
downloadbuildroot-af45a4f46ccc5709e3ff391b417b6768cff5117e.tar.gz
buildroot-af45a4f46ccc5709e3ff391b417b6768cff5117e.zip
python-pyxml: remove obsolete package
PyXML is bitrotten and obsolete. You'll find the functionality it previously provided is now included in the Python standard library. So no need to keep this package in Buildroot anymore. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 5d45d04c09..2e6062cb42 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,13 @@ endif
###############################################################################
comment "Legacy options removed in 2016.02"
+config BR2_PACKAGE_PYTHON_PYXML
+ bool "python-pyxml package has been removed"
+ select BR2_LEGACY
+ help
+ PyXML is obsolete and its functionality is covered either via
+ native Python XML support or python-lxml package.
+
# BR2_ENABLE_SSP is still referenced in Config.in (default in choice)
config BR2_ENABLE_SSP
bool "Stack Smashing protection now has different levels"
OpenPOWER on IntegriCloud