Comments
Patch
similarity index 100%
rename from meta/recipes-support/gnutls/gnutls-2.12.11/configure-fix.patch
rename to meta/recipes-support/gnutls/gnutls-2.12.14/configure-fix.patch
similarity index 100%
rename from meta/recipes-support/gnutls/gnutls-2.12.11/gnutls-openssl.patch
rename to meta/recipes-support/gnutls/gnutls-2.12.14/gnutls-openssl.patch
similarity index 100%
rename from meta/recipes-support/gnutls/gnutls-2.12.11/gnutls-texinfo-euro.patch
rename to meta/recipes-support/gnutls/gnutls-2.12.14/gnutls-texinfo-euro.patch
deleted file mode 100644
@@ -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"
new file mode 100644
@@ -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"
Signed-off-by: Saul Wold <sgw@linux.intel.com> --- .../configure-fix.patch | 0 .../gnutls-openssl.patch | 0 .../gnutls-texinfo-euro.patch | 0 meta/recipes-support/gnutls/gnutls_2.12.11.bb | 9 --------- meta/recipes-support/gnutls/gnutls_2.12.14.bb | 10 ++++++++++ 5 files changed, 10 insertions(+), 9 deletions(-) rename meta/recipes-support/gnutls/{gnutls-2.12.11 => gnutls-2.12.14}/configure-fix.patch (100%) rename meta/recipes-support/gnutls/{gnutls-2.12.11 => gnutls-2.12.14}/gnutls-openssl.patch (100%) rename meta/recipes-support/gnutls/{gnutls-2.12.11 => gnutls-2.12.14}/gnutls-texinfo-euro.patch (100%) delete mode 100644 meta/recipes-support/gnutls/gnutls_2.12.11.bb create mode 100644 meta/recipes-support/gnutls/gnutls_2.12.14.bb