mirror of
https://git.yoctoproject.org/poky
synced 2026-07-24 06:27:03 +00:00
68db43e279
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>
32 lines
935 B
Diff
32 lines
935 B
Diff
|
|
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@
|