diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-12-19 08:41:25 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-12-21 23:50:22 -0800 |
commit | 9d634d7fa355918d42f5279bc2a62c183027f5fd (patch) | |
tree | 5b4b54f2f24dd8ee921bdf5ad0177df28a0ff3c0 /meta/recipes-extended/texi2html/texi2html-5.0 | |
parent | 3282c5844ddce4bd7c79f3ff38a2d52cd9327a61 (diff) | |
download | openembedded-core-9d634d7fa355918d42f5279bc2a62c183027f5fd.tar.gz openembedded-core-9d634d7fa355918d42f5279bc2a62c183027f5fd.tar.bz2 openembedded-core-9d634d7fa355918d42f5279bc2a62c183027f5fd.zip |
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')
-rw-r--r-- | meta/recipes-extended/texi2html/texi2html-5.0/fix_gettext_version.patch | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/meta/recipes-extended/texi2html/texi2html-5.0/fix_gettext_version.patch b/meta/recipes-extended/texi2html/texi2html-5.0/fix_gettext_version.patch new file mode 100644 index 0000000000..35c119b732 --- /dev/null +++ b/meta/recipes-extended/texi2html/texi2html-5.0/fix_gettext_version.patch @@ -0,0 +1,44 @@ + +Upstream-Status: Inappropriate [configuration] + +Signed-off-by: Saul Wold <sgw@linux.intel.com> + +Index: texi2html-5.0/po_document/Makefile.in.in +=================================================================== +--- texi2html-5.0.orig/po_document/Makefile.in.in ++++ texi2html-5.0/po_document/Makefile.in.in +@@ -9,7 +9,7 @@ + # General Public License and is *not* in the public domain. + # + # Origin: gettext-0.17 +-GETTEXT_MACRO_VERSION = 0.17 ++GETTEXT_MACRO_VERSION = 0.18 + + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ +Index: texi2html-5.0/po_messages/Makefile.in.in +=================================================================== +--- texi2html-5.0.orig/po_messages/Makefile.in.in ++++ texi2html-5.0/po_messages/Makefile.in.in +@@ -9,7 +9,7 @@ + # General Public License and is *not* in the public domain. + # + # Origin: gettext-0.17 +-GETTEXT_MACRO_VERSION = 0.17 ++GETTEXT_MACRO_VERSION = 0.18 + + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ +Index: texi2html-5.0/m4/po.m4 +=================================================================== +--- texi2html-5.0.orig/m4/po.m4 ++++ texi2html-5.0/m4/po.m4 +@@ -29,7 +29,7 @@ AC_DEFUN([AM_PO_SUBDIRS], + + dnl Release version of the gettext macros. This is used to ensure that + dnl the gettext macros and po/Makefile.in.in are in sync. +- AC_SUBST([GETTEXT_MACRO_VERSION], [0.17]) ++ AC_SUBST([GETTEXT_MACRO_VERSION], [0.18]) + + dnl Perform the following tests also if --disable-nls has been given, + dnl because they are needed for "make dist" to work. |