summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texi2html
Commit message (Collapse)AuthorAgeFilesLines
* texi2html: update po_document/Makefile.in.in for new gettextRobert Yang2015-01-232-41/+5
| | | | | | | | | | | | | | | | | | * 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(). (From OE-Core rev: 5633b4e12560eab4c748e1fdf8216c3db310b34f) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mirrors.bbclass: Add mirror site for savannahChanghyeok Bae2014-05-111-1/+1
| | | | | | | | | | | | | | | | * 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. (From OE-Core rev: af00b6544f60e4d7581f9d9767f9d3f574392359) Signed-off-by: Changhyeok Bae <changhyeok.bae@lge.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Add texinfo.bbclass; recipes that use texinfo utils at build-time inherit it.Max Eliaser2014-05-021-1/+1
| | | | | | | | | | | | | 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. (From OE-Core rev: e6fb2f9afe2ba6b676c46d1eb297ca9cc532d405) Signed-off-by: Max Eliaser <max.eliaser@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Replace one-line DESCRIPTION with SUMMARYPaul Eggleton2014-01-021-1/+1
| | | | | | | | | | | | | | 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. (From OE-Core rev: b8feee3cf21f70ba4ec3b822d2f596d4fc02a292) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* texi2html: remove po.m4 patchSaul Wold2013-09-241-13/+0
| | | | | | | | | | | 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. (From OE-Core rev: c3265281c3ab0979ec2753eb7580c39b005d5fa9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* texi2html: Add check for directory existenceRichard Purdie2012-10-181-1/+3
| | | | | | | | | Without this, if configure fails, it won't be able to run again as the directory already exists. (From OE-Core rev: 71a3ba536d022eea3a199cf4d6c5c791d91603a0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* texi2html: Fix perl location on recent distrosRichard Purdie2012-08-021-1/+5
| | | | | | | | | | This fixes errors like: | error: Failed dependencies: | /bin/perl is needed by texi2html-5.0-r1.i586 (From OE-Core rev: d4c27021ffc813732526ab9ae6969e5ae0bdf7e8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* texi2html: fix packages warningSaul Wold2012-03-161-1/+3
| | | | | | | | | | | | | | | | | | | 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 (From OE-Core rev: 6db5deeea2aff2146d7957246702a76cd4cd7a14) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* texi2html: Fix for multilibZhai Edwin2012-02-221-1/+1
| | | | | | | (From OE-Core rev: 55f72b98f606c1554eb6edd151292ffdfddf1384) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* texi2html: Upgrade to 5.0Saul Wold2011-12-223-14/+69
| | | | | | | | | Add patch to update GETTEXT_MACRO_VERSION to 0.18 (From OE-Core rev: 9d634d7fa355918d42f5279bc2a62c183027f5fd) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* texi2html: Added recipe from OESaul Wold2011-10-241-0/+14
Needed to build oe-core with oe-core (From OE-Core rev: 05f5ecb8a153fa846cedabc71a8601065d6fe63d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
OpenPOWER on IntegriCloud