summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-01-15 11:30:21 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-01-26 00:21:35 +0100
commitaa6ea7aba3a9a0edd5c8618a83240f4a66263286 (patch)
treed6e4b57bf8e607c8e7fa1be35e7dbe2864aa1527 /Config.in.legacy
parent3dafe024764a9e7b4a1c89a0ecc8047f6d4c2f2c (diff)
downloadbuildroot-aa6ea7aba3a9a0edd5c8618a83240f4a66263286.tar.gz
buildroot-aa6ea7aba3a9a0edd5c8618a83240f4a66263286.zip
flex: remove deprecated binary in target
It's been deprecated for a year now so remove the option. Also rename patch to new naming convention. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> 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.legacy8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 243416ee52..d6f32a0741 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -102,6 +102,14 @@ endif
comment "Legacy options removed in 2015.02"
+config BR2_PACKAGE_FLEX_BINARY
+ bool "flex binary in target option removed"
+ select BR2_LEGACY
+ help
+ The flex binary in the target option has been removed.
+ It's been deprecated for some time now and is essentially a
+ development tool which isn't very useful in the target.
+
config BR2_PACKAGE_BISON
bool "bison target package removed"
select BR2_LEGACY
OpenPOWER on IntegriCloud