diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-11-28 15:34:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:48:09 +0000 |
commit | 3ed6dc866a0bf3a20d2048d3bbdf8c10156df812 (patch) | |
tree | 4079608ad623a1a088cd878147a781ad2c802d5f /meta | |
parent | c6bd22aee51de93a20142aee19c3b83dfd641e33 (diff) | |
download | poky-3ed6dc866a0bf3a20d2048d3bbdf8c10156df812.tar.gz |
gnutls: update to 3.5.6
(From OE-Core rev: 27f306a752d15ec62d2821d0146be4ffa10b7013)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.5.6.bb (renamed from meta/recipes-support/gnutls/gnutls_3.5.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.5.5.bb b/meta/recipes-support/gnutls/gnutls_3.5.6.bb index d255959e23..2e70734a2a 100644 --- a/meta/recipes-support/gnutls/gnutls_3.5.5.bb +++ b/meta/recipes-support/gnutls/gnutls_3.5.6.bb | |||
@@ -4,6 +4,6 @@ SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ | |||
4 | file://0001-configure.ac-fix-sed-command.patch \ | 4 | file://0001-configure.ac-fix-sed-command.patch \ |
5 | file://use-pkg-config-to-locate-zlib.patch \ | 5 | file://use-pkg-config-to-locate-zlib.patch \ |
6 | " | 6 | " |
7 | SRC_URI[md5sum] = "fb84c4d7922c1545da8dda4dcb9487d4" | 7 | SRC_URI[md5sum] = "7a38b23757aae009c3eb5bb12fb0afda" |
8 | SRC_URI[sha256sum] = "86994fe7804ee16d2811e366b9bf2f75304f8e470ae0e3716d60ffeedac0e529" | 8 | SRC_URI[sha256sum] = "6338b715bf31c758606ffa489c7f87ee1beab947114fbd2ffefd73170a8c6b9a" |
9 | 9 | ||