diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-02-25 19:53:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-28 23:11:28 +0000 |
commit | 743b43ec1dc4b70c583e8141ee6e6e2ba456181c (patch) | |
tree | c5aaad4df2bf928cdb548b6536035fc73c01e114 | |
parent | 41fb22c0bad6215b9af925feb0fac7e8ea008cfd (diff) | |
download | poky-743b43ec1dc4b70c583e8141ee6e6e2ba456181c.tar.gz |
gnutls: upgrade 3.6.11.1 -> 3.6.12
(From OE-Core rev: 8652c95ceb505dd7386166842486c833ea5a7ee7)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.6.12.bb (renamed from meta/recipes-support/gnutls/gnutls_3.6.11.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.6.11.1.bb b/meta/recipes-support/gnutls/gnutls_3.6.12.bb index 5b05364c25..f1eeebc807 100644 --- a/meta/recipes-support/gnutls/gnutls_3.6.11.1.bb +++ b/meta/recipes-support/gnutls/gnutls_3.6.12.bb | |||
@@ -21,8 +21,8 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar | |||
21 | file://arm_eabi.patch \ | 21 | file://arm_eabi.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI[md5sum] = "3670ee0b0d95b3dee185eff2dc910ee7" | 24 | SRC_URI[md5sum] = "a23900f14980a467bdce3a0fd31dfa18" |
25 | SRC_URI[sha256sum] = "fbba12f3db9a55dbf027e14111755817ec44b57eabec3e8089aac8ac6f533cf8" | 25 | SRC_URI[sha256sum] = "bfacf16e342949ffd977a9232556092c47164bd26e166736cf3459a870506c4b" |
26 | 26 | ||
27 | inherit autotools texinfo pkgconfig gettext lib_package gtk-doc | 27 | inherit autotools texinfo pkgconfig gettext lib_package gtk-doc |
28 | 28 | ||