summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch')
-rw-r--r--meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch b/meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch
new file mode 100644
index 0000000000..0a2e4917cb
--- /dev/null
+++ b/meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch
@@ -0,0 +1,34 @@
1Bump gettext macro numbers as required by newer gettext built by OE.
2
3Upstream-Status: Pending
4
5Signed-off-by: Joshua Lock <josh@linux.intel.com>
6
7Index: texinfo-4.13/configure.ac
8===================================================================
9--- texinfo-4.13.orig/configure.ac
10+++ texinfo-4.13/configure.ac
11@@ -193,7 +193,7 @@ AM_CONDITIONAL(INSTALL_WARNINGS,
12
13 # i18n support. To update to a new version of gettext, run:
14 # gettextize -f -c
15-AM_GNU_GETTEXT_VERSION([0.17])
16+AM_GNU_GETTEXT_VERSION([0.18])
17 AM_GNU_GETTEXT([external])
18
19 # The test suite.
20Index: texinfo-4.13/po/Makefile.in.in
21===================================================================
22--- texinfo-4.13.orig/po/Makefile.in.in
23+++ texinfo-4.13/po/Makefile.in.in
24@@ -8,8 +8,8 @@
25 # Please note that the actual code of GNU gettext is covered by the GNU
26 # General Public License and is *not* in the public domain.
27 #
28-# Origin: gettext-0.17
29-GETTEXT_MACRO_VERSION = 0.17
30+# Origin: gettext-0.18
31+GETTEXT_MACRO_VERSION = 0.18
32
33 PACKAGE = @PACKAGE@
34 VERSION = @VERSION@