aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texi2html/texi2html_5.0.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-12-19 08:41:25 -0800
committerSaul Wold <sgw@linux.intel.com>2011-12-21 23:50:22 -0800
commit9d634d7fa355918d42f5279bc2a62c183027f5fd (patch)
tree5b4b54f2f24dd8ee921bdf5ad0177df28a0ff3c0 /meta/recipes-extended/texi2html/texi2html_5.0.bb
parent3282c5844ddce4bd7c79f3ff38a2d52cd9327a61 (diff)
downloadopenembedded-core-9d634d7fa355918d42f5279bc2a62c183027f5fd.tar.gz
texi2html: Upgrade to 5.0
Add patch to update GETTEXT_MACRO_VERSION to 0.18 Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/texi2html/texi2html_5.0.bb')
-rw-r--r--meta/recipes-extended/texi2html/texi2html_5.0.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-extended/texi2html/texi2html_5.0.bb b/meta/recipes-extended/texi2html/texi2html_5.0.bb
new file mode 100644
index 0000000000..068f8bcde0
--- /dev/null
+++ b/meta/recipes-extended/texi2html/texi2html_5.0.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "Perl script that converts Texinfo to HTML"
+HOMEPAGE = "http://www.nongnu.org/texi2html/"
+SECTION = "console/utils"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+
+PR = "r0"
+
+SRC_URI = "http://download.savannah.gnu.org/releases/texi2html/${P}.tar.bz2 \
+ file://fix_gettext_version.patch"
+
+SRC_URI[md5sum] = "f15ac876fcdc8be865b16535f480aa54"
+SRC_URI[sha256sum] = "e8a98b0ee20c495a6ab894398a065ef580272dbd5a15b1b19e8bd1bc89d9f9fa"
+
+inherit autotools gettext
+
+do_configure_prepend() {
+ # Make a directory for the old gettext setup
+ mkdir ${S}/po
+}
+
+do_configure_append() {
+ # Clean up the phony po directory
+ rm -rf ${S}/po
+}