From 1c7fbbf6cbdcf804c232c750f10b0a967204e54a Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 30 Nov 2011 21:12:31 -0800 Subject: gnutls: Update to 2.12.14 * Add patch for fixing gettext version from 0.17 -> 0.18 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../gnutls/gnutls-2.12.14/fix-gettext-version.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-support/gnutls/gnutls-2.12.14/fix-gettext-version.patch (limited to 'meta/recipes-support/gnutls/gnutls-2.12.14/fix-gettext-version.patch') diff --git a/meta/recipes-support/gnutls/gnutls-2.12.14/fix-gettext-version.patch b/meta/recipes-support/gnutls/gnutls-2.12.14/fix-gettext-version.patch new file mode 100644 index 000000000..7a4112079 --- /dev/null +++ b/meta/recipes-support/gnutls/gnutls-2.12.14/fix-gettext-version.patch @@ -0,0 +1,20 @@ + +Upstream-Status: Inappropriate [configuration] + +Signed-off-by: Saul Wold + +Index: gnutls-2.12.14/lib/po/Makefile.in.in +=================================================================== +--- gnutls-2.12.14.orig/lib/po/Makefile.in.in 2011-11-28 20:15:56.000000000 -0800 ++++ gnutls-2.12.14/lib/po/Makefile.in.in 2011-11-28 20:17:21.386078977 -0800 +@@ -8,8 +8,8 @@ + # Please note that the actual code of GNU gettext is covered by the GNU + # General Public License and is *not* in the public domain. + # +-# Origin: gettext-0.17 +-GETTEXT_MACRO_VERSION = 0.17 ++# Origin: gettext-0.18 ++GETTEXT_MACRO_VERSION = 0.18 + + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ -- cgit v1.2.3