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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/bison/bison.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/bison/bison.mk
new file mode 100644 (file)
index 0000000..5779673
--- /dev/null
@@ -0,0 +1,14 @@
+################################################################################
+#
+# bison
+#
+################################################################################
+
+BISON_VERSION = 3.0.4
+BISON_SOURCE = bison-$(BISON_VERSION).tar.xz
+BISON_SITE = $(BR2_GNU_MIRROR)/bison
+BISON_LICENSE = GPLv3+
+BISON_LICENSE_FILES = COPYING
+HOST_BISON_DEPENDENCIES = host-m4
+
+$(eval $(host-autotools-package))