summaryrefslogtreecommitdiffstats
path: root/package/bison/bison.mk
blob: e4fc50410ba68d8a2314dbf85fea7e90424839e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
################################################################################
#
# bison
#
################################################################################

BISON_VERSION = 3.0.4
BISON_SOURCE = bison-$(BISON_VERSION).tar.xz
BISON_SITE = $(BR2_GNU_MIRROR)/bison
BISON_LICENSE = GPL-3.0+
BISON_LICENSE_FILES = COPYING
HOST_BISON_DEPENDENCIES = host-m4

$(eval $(host-autotools-package))
OpenPOWER on IntegriCloud