diff options
author | Valentin Popa <valentin.popa@intel.com> | 2014-06-05 16:08:29 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-06 10:27:47 +0100 |
commit | dfd9aa5c949de6c8fb67e18591281612cb23c534 (patch) | |
tree | 7e21ff78bde56fa88d3c2be24521d9f22e2baa21 /meta/recipes-support/gnutls | |
parent | b6ef8dccfe8cd3ccba8b8a73fa1583861509f74a (diff) | |
download | poky-dfd9aa5c949de6c8fb67e18591281612cb23c534.tar.gz |
gnutls: upgrade to 3.2.15
(From OE-Core rev: f82523e8afd1fc9b86ccabff01dbb781bac9b6f5)
Signed-off-by: Valentin Popa <valentin.popa@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.2.13.bb | 7 | ||||
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.2.15.bb | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.2.13.bb b/meta/recipes-support/gnutls/gnutls_3.2.13.bb deleted file mode 100644 index 97e2df2010..0000000000 --- a/meta/recipes-support/gnutls/gnutls_3.2.13.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require gnutls.inc | ||
2 | |||
3 | SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ | ||
4 | " | ||
5 | |||
6 | SRC_URI[md5sum] = "300e5f413054e2f4719c1c3b5179a611" | ||
7 | SRC_URI[sha256sum] = "e83676218ba80c4d577d7027b5b087692280347a9b06f90a452403ba70faa604" | ||
diff --git a/meta/recipes-support/gnutls/gnutls_3.2.15.bb b/meta/recipes-support/gnutls/gnutls_3.2.15.bb new file mode 100644 index 0000000000..ce8bdfdb31 --- /dev/null +++ b/meta/recipes-support/gnutls/gnutls_3.2.15.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require gnutls.inc | ||
2 | |||
3 | SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ | ||
4 | " | ||
5 | |||
6 | SRC_URI[md5sum] = "ec3b06f80e312137386c5d322183ca5a" | ||
7 | SRC_URI[sha256sum] = "30bdc7b34b220258f714602cdf0afa1abf0883bf926f35f400c88b1c72ca77b9" | ||