The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / bison / bison.mk
1 ################################################################################
2 #
3 # bison
4 #
5 ################################################################################
6
7 BISON_VERSION = 3.0.4
8 BISON_SOURCE = bison-$(BISON_VERSION).tar.xz
9 BISON_SITE = $(BR2_GNU_MIRROR)/bison
10 BISON_LICENSE = GPLv3+
11 BISON_LICENSE_FILES = COPYING
12 HOST_BISON_DEPENDENCIES = host-m4
13
14 $(eval $(host-autotools-package))