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 / genpart / genpart.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/genpart/genpart.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/genpart/genpart.mk
new file mode 100644 (file)
index 0000000..2aa2c71
--- /dev/null
@@ -0,0 +1,19 @@
+################################################################################
+#
+# genpart
+#
+################################################################################
+
+GENPART_VERSION = 1.0.2
+GENPART_SOURCE = genpart-$(GENPART_VERSION).tar.bz2
+GENPART_SITE = http://www.pengutronix.de/software/genpart/download
+# genpart has no license embedded in its source release.
+# However, their project page mentions:
+#   > This community portal offers an overview about our own OSS
+#   > projects and projects Pengutronix is or was involved with.
+# We can thus assume genpart is under a FLOSS license.
+# So, until the authors have clarified the licensing terms:
+GENPART_LICENSE = Unknown (clarification has been asked to the authors)
+
+$(eval $(autotools-package))
+$(eval $(host-autotools-package))