aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texi2html
AgeCommit message (Collapse)Author
2015-01-23texi2html: update po_document/Makefile.in.in for new gettextRobert Yang
* The autotools_do_configure updates po/Makefile.in.in, we also need update po_document and po_messages. Fixed: *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.18 but the autoconf macros are from gettext version 0.19 * Remove fix_gettext_version.patch, it wasn't a correct fix. * Remove unneeded code from do_configure_append/prepend(). Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-05-11mirrors.bbclass: Add mirror site for savannahChanghyeok Bae
* The SRC_URI is not accessible. So need to add mirror site referred by the original site. * The problem is that http://download.savannah.gnu.org/releases redirects to closest mirror and few mirrors (e.g. .jp) weren't working correctly while http://download-mirror.savannah.gnu.org/releases/ seems to be reliable. * Add SAVANNAH_GNU_MIRROR and SAVANNAH_NONGNU_MIRROR variable in bitbake.conf. * Change the SRC_URI using the new variable. Signed-off-by: Changhyeok Bae <changhyeok.bae@lge.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-05-01Add texinfo.bbclass; recipes that use texinfo utils at build-time inherit it.Max Eliaser
The class itself currently does nothing. The idea is to mark all recipes that make use of the texinfo utilities. In the future, this class could be used to suppress the generation/formatting of documentation for performance, explicitly track dependencies on these utilities, and eliminate Yocto's current dependency on the host system's texinfo utilities. Signed-off-by: Max Eliaser <max.eliaser@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02Replace one-line DESCRIPTION with SUMMARYPaul Eggleton
A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-09-24texi2html: remove po.m4 patchSaul Wold
The po.m4 file is deleted by the more recent autotools.bbclass autotools_do_configure code which handles gettext. There is therefore no point in patching the file anymore. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-18texi2html: Add check for directory existenceRichard Purdie
Without this, if configure fails, it won't be able to run again as the directory already exists. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-02texi2html: Fix perl location on recent distrosRichard Purdie
This fixes errors like: | error: Failed dependencies: | /bin/perl is needed by texi2html-5.0-r1.i586 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-15texi2html: fix packages warningSaul Wold
Add documentation to the -docs package WARNING: For recipe texi2html, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/texinfo WARNING: /usr/share/texinfo/html WARNING: /usr/share/texinfo/init WARNING: /usr/share/texinfo/html/texi2html.html WARNING: /usr/share/texinfo/init/html32.init WARNING: /usr/share/texinfo/init/tex4ht.init WARNING: /usr/share/texinfo/init/mediawiki.init WARNING: /usr/share/texinfo/init/book.init WARNING: /usr/share/texinfo/init/chm.init Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-02-22texi2html: Fix for multilibZhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-21texi2html: Upgrade to 5.0Saul Wold
Add patch to update GETTEXT_MACRO_VERSION to 0.18 Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-24texi2html: Added recipe from OESaul Wold
Needed to build oe-core with oe-core Signed-off-by: Saul Wold <sgw@linux.intel.com>