2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2003-02-12 11:40:28 +01:00
|
|
|
#
|
|
|
|
# bison
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2010-12-17 17:21:56 +01:00
|
|
|
|
2021-10-12 18:47:56 +02:00
|
|
|
BISON_VERSION = 3.8.2
|
2013-09-06 08:14:15 +02:00
|
|
|
BISON_SOURCE = bison-$(BISON_VERSION).tar.xz
|
2010-12-17 17:21:56 +01:00
|
|
|
BISON_SITE = $(BR2_GNU_MIRROR)/bison
|
2017-03-30 15:43:33 +02:00
|
|
|
BISON_LICENSE = GPL-3.0+
|
2012-09-07 06:48:54 +02:00
|
|
|
BISON_LICENSE_FILES = COPYING
|
2021-02-08 21:10:38 +01:00
|
|
|
BISON_CPE_ID_VENDOR = gnu
|
2019-08-02 09:04:39 +02:00
|
|
|
# parallel build issue in examples/c/reccalc/
|
|
|
|
BISON_MAKE = $(MAKE1)
|
2015-01-26 01:14:47 +01:00
|
|
|
HOST_BISON_DEPENDENCIES = host-m4
|
2020-05-18 08:26:47 +02:00
|
|
|
HOST_BISON_CONF_OPTS = --enable-relocatable
|
2020-09-27 07:08:29 +02:00
|
|
|
HOST_BISON_CONF_ENV = ac_cv_libtextstyle=no
|
2011-12-04 21:39:02 +01:00
|
|
|
|
2012-07-03 00:06:54 +02:00
|
|
|
$(eval $(host-autotools-package))
|