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:10:51 +0000 |
commit | 0a294c4aad43ecf04a40100e58050c7668f1a424 (patch) | |
tree | a563c301b0ef3eb7b00bf3fadaf0350518eecc3e /meta/recipes-extended | |
parent | 898f7e73839ec737fed0f4e802ed0de629dae626 (diff) | |
download | openembedded-core-0a294c4aad43ecf04a40100e58050c7668f1a424.tar.gz openembedded-core-0a294c4aad43ecf04a40100e58050c7668f1a424.tar.bz2 openembedded-core-0a294c4aad43ecf04a40100e58050c7668f1a424.zip |
texinfo: fix gettext patch
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended')
-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. Upstream-Status: Pending Signed-off-by: Joshua Lock <josh@linux.intel.com> +Signed-off-by: Saul Wold <sgw@linux.intel.com> Index: texinfo-4.13/configure.ac =================================================================== @@ -32,3 +33,29 @@ Index: texinfo-4.13/po/Makefile.in.in PACKAGE = @PACKAGE@ VERSION = @VERSION@ +Index: texinfo-4.13/gnulib/m4/gnulib-comp.m4 +=================================================================== +--- texinfo-4.13.orig/gnulib/m4/gnulib-comp.m4 ++++ texinfo-4.13/gnulib/m4/gnulib-comp.m4 +@@ -56,7 +56,7 @@ AC_DEFUN([gl_INIT], + gl_EXITFAIL + gl_GETOPT + dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac. +- AM_GNU_GETTEXT_VERSION([0.17]) ++ AM_GNU_GETTEXT_VERSION([0.18]) + AC_SUBST([LIBINTL]) + AC_SUBST([LTLIBINTL]) + gl_FUNC_GETTIMEOFDAY +Index: texinfo-4.13/gnulib/m4/po.m4 +=================================================================== +--- texinfo-4.13.orig/gnulib/m4/po.m4 ++++ texinfo-4.13/gnulib/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. 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/" SECTION = "console/utils" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" -PR = "r2" +PR = "r3" DEPENDS = "zlib ncurses texinfo-native" DEPENDS_virtclass-native = "zlib-native ncurses-native" |