mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
gnutls: Update to 2.12.14
* Add patch for fixing gettext version from 0.17 -> 0.18 (From OE-Core rev: 1c7fbbf6cbdcf804c232c750f10b0a967204e54a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a7ca3b4275
commit
d60d726359
@@ -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@
|
||||
@@ -1,9 +0,0 @@
|
||||
require gnutls.inc
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI += "file://gnutls-openssl.patch \
|
||||
file://configure-fix.patch"
|
||||
|
||||
SRC_URI[md5sum] = "f08234b64a8025d6d5aa1307868b02ed"
|
||||
SRC_URI[sha256sum] = "00b58e1aafe99bbd0cb371e7f1df9cc58bf807301cf70a7eebedeee093991360"
|
||||
@@ -0,0 +1,10 @@
|
||||
require gnutls.inc
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI += "file://gnutls-openssl.patch \
|
||||
file://configure-fix.patch \
|
||||
file://fix-gettext-version.patch"
|
||||
|
||||
SRC_URI[md5sum] = "555687a7ffefba0bd9de1e71cb61402c"
|
||||
SRC_URI[sha256sum] = "5ee72ba6de7a23cf315792561954451e022dac8730149ca95f93c61e95be2ce3"
|
||||
Reference in New Issue
Block a user