From 69aeb066a68108e0f78af34d5baf770c490954d0 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 24 Mar 2013 12:29:05 +0000 Subject: 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 Signed-off-by: Peter Korsgaard --- package/texinfo/texinfo.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/texinfo/texinfo.mk (limited to 'package/texinfo') 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)) -- cgit v1.2.3