summaryrefslogtreecommitdiff
path: root/meta/recipes-support/gnutls/gnutls-2.12.14/fix-gettext-version.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-11-30 21:12:31 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-01 10:39:00 +0000
commit1c7fbbf6cbdcf804c232c750f10b0a967204e54a (patch)
tree7be100c46c469e9f8c10a65ba1e786560d69b560 /meta/recipes-support/gnutls/gnutls-2.12.14/fix-gettext-version.patch
parente2a427ef463b2892c17d0007619eb6b08a050414 (diff)
downloadopenembedded-core-1c7fbbf6cbdcf804c232c750f10b0a967204e54a.tar.gz
openembedded-core-1c7fbbf6cbdcf804c232c750f10b0a967204e54a.tar.bz2
openembedded-core-1c7fbbf6cbdcf804c232c750f10b0a967204e54a.tar.xz
openembedded-core-1c7fbbf6cbdcf804c232c750f10b0a967204e54a.zip
gnutls: Update to 2.12.14
* Add patch for fixing gettext version from 0.17 -> 0.18 Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls-2.12.14/fix-gettext-version.patch')
-rw-r--r--meta/recipes-support/gnutls/gnutls-2.12.14/fix-gettext-version.patch20
1 files changed, 20 insertions, 0 deletions
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 <sgw@linux.intel.com>
+
+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@