summaryrefslogtreecommitdiffstats
path: root/package/bison
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-01-15 11:30:19 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-01-26 00:15:45 +0100
commit38dabc6e9b4b67e33b3b1ec3def7d8366096136a (patch)
tree4ba6fbde2df2207e9a0ff8865c663592c406c704 /package/bison
parent7f9d4441159836b1a3ba9b214f318943bbda4b44 (diff)
downloadbuildroot-38dabc6e9b4b67e33b3b1ec3def7d8366096136a.tar.gz
buildroot-38dabc6e9b4b67e33b3b1ec3def7d8366096136a.zip
bison: remove deprecated target package
It's been deprecated for a year now so remove the target variant. 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 'package/bison')
-rw-r--r--package/bison/Config.in19
-rw-r--r--package/bison/bison.mk9
2 files changed, 0 insertions, 28 deletions
diff --git a/package/bison/Config.in b/package/bison/Config.in
deleted file mode 100644
index 8d88430117..0000000000
--- a/package/bison/Config.in
+++ /dev/null
@@ -1,19 +0,0 @@
-config BR2_PACKAGE_BISON
- bool "bison"
- depends on BR2_USE_WCHAR
- select BR2_PACKAGE_M4
- # m4 uses fork()
- depends on BR2_USE_MMU
- # development tool, useless on the target
- depends on BR2_DEPRECATED_SINCE_2014_02
- help
- General-purpose parser generator that converts a
- grammar description for an LALR context-free grammar into a C
- program to parse that grammar.
-
- http://www.gnu.org/software/bison/
-
-comment "bison needs a toolchain w/ wchar"
- depends on BR2_DEPRECATED_SINCE_2014_02
- depends on BR2_USE_MMU
- depends on !BR2_USE_WCHAR
diff --git a/package/bison/bison.mk b/package/bison/bison.mk
index fdf87f6257..c092b78530 100644
--- a/package/bison/bison.mk
+++ b/package/bison/bison.mk
@@ -9,15 +9,6 @@ BISON_SOURCE = bison-$(BISON_VERSION).tar.xz
BISON_SITE = $(BR2_GNU_MIRROR)/bison
BISON_LICENSE = GPLv3+
BISON_LICENSE_FILES = COPYING
-BISON_CONF_ENV = ac_cv_path_M4=/usr/bin/m4
-BISON_DEPENDENCIES = m4
BISON_AUTORECONF = YES
-define BISON_DISABLE_EXAMPLES
- echo 'all install:' > $(@D)/examples/Makefile
-endef
-
-BISON_POST_CONFIGURE_HOOKS += BISON_DISABLE_EXAMPLES
-
-$(eval $(autotools-package))
$(eval $(host-autotools-package))
OpenPOWER on IntegriCloud