diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-01-02 11:08:28 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:14:39 +0000 |
commit | d05dd5275a8ba815e495788939e1fe3aa4a399d6 (patch) | |
tree | 185438c7bdc4083b22b798b007ad11f500737005 /meta/recipes-extended/texinfo/texinfo-4.13a | |
parent | 39237473e4e7df130886809ed9b462abb0e81c60 (diff) | |
download | poky-d05dd5275a8ba815e495788939e1fe3aa4a399d6.tar.gz |
texinfo: fix gettext patch
(From OE-Core rev: 0a294c4aad43ecf04a40100e58050c7668f1a424)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo-4.13a')
-rw-r--r-- | meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch | 27 |
1 files changed, 27 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 index 0a2e4917cb..6adeba5682 100644 --- a/meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch +++ b/meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch | |||
@@ -3,6 +3,7 @@ Bump gettext macro numbers as required by newer gettext built by OE. | |||
3 | Upstream-Status: Pending | 3 | Upstream-Status: Pending |
4 | 4 | ||
5 | Signed-off-by: Joshua Lock <josh@linux.intel.com> | 5 | Signed-off-by: Joshua Lock <josh@linux.intel.com> |
6 | Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||
6 | 7 | ||
7 | Index: texinfo-4.13/configure.ac | 8 | Index: texinfo-4.13/configure.ac |
8 | =================================================================== | 9 | =================================================================== |
@@ -32,3 +33,29 @@ Index: texinfo-4.13/po/Makefile.in.in | |||
32 | 33 | ||
33 | PACKAGE = @PACKAGE@ | 34 | PACKAGE = @PACKAGE@ |
34 | VERSION = @VERSION@ | 35 | VERSION = @VERSION@ |
36 | Index: texinfo-4.13/gnulib/m4/gnulib-comp.m4 | ||
37 | =================================================================== | ||
38 | --- texinfo-4.13.orig/gnulib/m4/gnulib-comp.m4 | ||
39 | +++ texinfo-4.13/gnulib/m4/gnulib-comp.m4 | ||
40 | @@ -56,7 +56,7 @@ AC_DEFUN([gl_INIT], | ||
41 | gl_EXITFAIL | ||
42 | gl_GETOPT | ||
43 | dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac. | ||
44 | - AM_GNU_GETTEXT_VERSION([0.17]) | ||
45 | + AM_GNU_GETTEXT_VERSION([0.18]) | ||
46 | AC_SUBST([LIBINTL]) | ||
47 | AC_SUBST([LTLIBINTL]) | ||
48 | gl_FUNC_GETTIMEOFDAY | ||
49 | Index: texinfo-4.13/gnulib/m4/po.m4 | ||
50 | =================================================================== | ||
51 | --- texinfo-4.13.orig/gnulib/m4/po.m4 | ||
52 | +++ texinfo-4.13/gnulib/m4/po.m4 | ||
53 | @@ -29,7 +29,7 @@ AC_DEFUN([AM_PO_SUBDIRS], | ||
54 | |||
55 | dnl Release version of the gettext macros. This is used to ensure that | ||
56 | dnl the gettext macros and po/Makefile.in.in are in sync. | ||
57 | - AC_SUBST([GETTEXT_MACRO_VERSION], [0.17]) | ||
58 | + AC_SUBST([GETTEXT_MACRO_VERSION], [0.18]) | ||
59 | |||
60 | dnl Perform the following tests also if --disable-nls has been given, | ||
61 | dnl because they are needed for "make dist" to work. | ||