diff options
-rw-r--r-- | meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch | 27 | ||||
-rw-r--r-- | meta/recipes-extended/texinfo/texinfo_4.13a.bb | 2 |
2 files changed, 28 insertions, 1 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. | ||
diff --git a/meta/recipes-extended/texinfo/texinfo_4.13a.bb b/meta/recipes-extended/texinfo/texinfo_4.13a.bb index f205d4e04d..8ee56166eb 100644 --- a/meta/recipes-extended/texinfo/texinfo_4.13a.bb +++ b/meta/recipes-extended/texinfo/texinfo_4.13a.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "http://www.gnu.org/software/texinfo/" | |||
6 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
7 | LICENSE = "GPLv3+" | 7 | LICENSE = "GPLv3+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" |
9 | PR = "r2" | 9 | PR = "r3" |
10 | 10 | ||
11 | DEPENDS = "zlib ncurses texinfo-native" | 11 | DEPENDS = "zlib ncurses texinfo-native" |
12 | DEPENDS_virtclass-native = "zlib-native ncurses-native" | 12 | DEPENDS_virtclass-native = "zlib-native ncurses-native" |