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 / gengetopt / gengetopt.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/gengetopt/gengetopt.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/gengetopt/gengetopt.mk
new file mode 100644 (file)
index 0000000..b7cbc7f
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# gengetopt
+#
+################################################################################
+
+GENGETOPT_VERSION = 2.22.6
+GENGETOPT_SITE = $(BR2_GNU_MIRROR)/gengetopt
+GENGETOPT_LICENSE = GPLv3+
+GENGETOPT_LICENSE_FILES = COPYING LICENSE
+
+# Parallel build broken
+GENGETOPT_MAKE = $(MAKE1)
+
+$(eval $(host-autotools-package))