summaryrefslogtreecommitdiffstats
path: root/package/texinfo
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-03-24 12:29:05 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-24 23:31:44 +0100
commit69aeb066a68108e0f78af34d5baf770c490954d0 (patch)
treeb99b607ee1baf8a6467e7bc745d0fa4e8aeb4683 /package/texinfo
parentca0c174e53dd4f23d00c81dd38657107a1c4e3de (diff)
downloadbuildroot-novena-69aeb066a68108e0f78af34d5baf770c490954d0.tar.gz
buildroot-novena-69aeb066a68108e0f78af34d5baf770c490954d0.zip
texinfo: new host package
The makeinfo program from texinfo is needed to get Crosstool-NG to build properly a toolchain. Long term, it would be great if Crosstool-NG supported building without texinfo, simply by disabling the build of documentation. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/texinfo')
-rw-r--r--package/texinfo/texinfo.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/texinfo/texinfo.mk b/package/texinfo/texinfo.mk
new file mode 100644
index 000000000..54d18b68a
--- /dev/null
+++ b/package/texinfo/texinfo.mk
@@ -0,0 +1,14 @@
+#############################################################
+#
+# 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
+
+$(eval $(host-autotools-package))