diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-11-16 10:04:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-21 16:48:36 +0000 |
commit | d55c435575410e1865748ba1914443c94ef9de27 (patch) | |
tree | 840980e105ec1f0b7c45c55cb77501ac60388ec8 /meta/recipes-support | |
parent | 96a29f346f89641eaccdb740e4d21cc4f732768d (diff) | |
download | openembedded-core-d55c435575410e1865748ba1914443c94ef9de27.tar.gz openembedded-core-d55c435575410e1865748ba1914443c94ef9de27.tar.bz2 openembedded-core-d55c435575410e1865748ba1914443c94ef9de27.zip |
gnutls: Update to 2.12.21
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_2.12.21.bb (renamed from meta/recipes-support/gnutls/gnutls_2.12.20.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_2.12.20.bb b/meta/recipes-support/gnutls/gnutls_2.12.21.bb index 37b101dc76..6b2ef3a2a3 100644 --- a/meta/recipes-support/gnutls/gnutls_2.12.20.bb +++ b/meta/recipes-support/gnutls/gnutls_2.12.21.bb @@ -10,6 +10,5 @@ SRC_URI += "file://gnutls-openssl.patch \ ${@['', 'file://fix-gettext-version.patch'][bb.data.inherits_class('native', d) or (not ((d.getVar("INCOMPATIBLE_LICENSE", True) or "").find("GPLv3") != -1))]} \ file://remove-gets.patch \ " - -SRC_URI[md5sum] = "f1dea97da5d4dcdbc675720c9aad9ee3" -SRC_URI[sha256sum] = "4884eafcc8383ed23209199bbc72ad04f4eb94955a50a594125ff34c6889c564" +SRC_URI[md5sum] = "93ffac7507dd39a4c6a672ca6976d397" +SRC_URI[sha256sum] = "2bd020665951f38a230d6b6d98630f8c47ca6977d7d86977d356ccf17756fbf3" |