From a843ab62f2252165ec3d687de92f939f766376e4 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 3 Nov 2017 12:54:47 -0700 Subject: gnutls: update to 3.5.16 This is a bug fix release on the current stable branch. Note that, I've also switched the release cadence to bi-monthly as less and less bug fixes/updates accumulate each month on this branch. ** API and ABI modifications: No changes since last version. Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-support/gnutls/gnutls_3.5.13.bb | 10 ---------- meta/recipes-support/gnutls/gnutls_3.5.16.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta/recipes-support/gnutls/gnutls_3.5.13.bb create mode 100644 meta/recipes-support/gnutls/gnutls_3.5.16.bb (limited to 'meta/recipes-support/gnutls') diff --git a/meta/recipes-support/gnutls/gnutls_3.5.13.bb b/meta/recipes-support/gnutls/gnutls_3.5.13.bb deleted file mode 100644 index 35d7d09c83..0000000000 --- a/meta/recipes-support/gnutls/gnutls_3.5.13.bb +++ /dev/null @@ -1,10 +0,0 @@ -require gnutls.inc - -SRC_URI += "file://0001-configure.ac-fix-sed-command.patch \ - file://use-pkg-config-to-locate-zlib.patch \ - file://arm_eabi.patch \ - " -SRC_URI[md5sum] = "4fd41ad86572933c2379b4cc321a0959" -SRC_URI[sha256sum] = "79f5480ad198dad5bc78e075f4a40c4a315a1b2072666919d2d05a08aec13096" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-support/gnutls/gnutls_3.5.16.bb b/meta/recipes-support/gnutls/gnutls_3.5.16.bb new file mode 100644 index 0000000000..635c519302 --- /dev/null +++ b/meta/recipes-support/gnutls/gnutls_3.5.16.bb @@ -0,0 +1,10 @@ +require gnutls.inc + +SRC_URI += "file://0001-configure.ac-fix-sed-command.patch \ + file://use-pkg-config-to-locate-zlib.patch \ + file://arm_eabi.patch \ + " +SRC_URI[md5sum] = "4c39612f1ec3ef7ed79cfb8936fa8143" +SRC_URI[sha256sum] = "0924dec90c37c05f49fec966eba3672dab4d336d879e5c06e06e13325cbfec25" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg