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 / texinfo / texinfo.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/texinfo/texinfo.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/texinfo/texinfo.mk
new file mode 100644 (file)
index 0000000..184288b
--- /dev/null
@@ -0,0 +1,17 @@
+################################################################################
+#
+# texinfo
+#
+################################################################################
+
+# We are intentionally not using the latest version 5.x, because it
+# causes issues with the documentation building process when creating
+# a toolchain with the Crosstool-NG backend.
+
+TEXINFO_VERSION = 4.13a
+TEXINFO_SITE = $(BR2_GNU_MIRROR)/texinfo
+TEXINFO_LICENSE = GPLv3+
+TEXINFO_LICENSE_FILES = COPYING
+TEXINFO_DEPENDENCIES = ncurses
+
+$(eval $(host-autotools-package))