diff options
author | Maxin B. John <maxin.john@enea.com> | 2014-07-02 13:25:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-08 11:20:11 +0100 |
commit | 3d58c5973110391945f059e9573ed47d271efa1e (patch) | |
tree | 3e7db4534fc54521ba6eb616b6b43c2734c5f21b /meta | |
parent | c8a68bb654505f2868b92257197dd8f0fa305f87 (diff) | |
download | poky-3d58c5973110391945f059e9573ed47d271efa1e.tar.gz |
gnutls: update to 3.3.5
Bump version to 3.3.5
(From OE-Core rev: daa99947cb03d9e1a7d6c2c2fa71ab0399209689)
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.2.15.bb | 7 | ||||
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.3.5.bb | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.2.15.bb b/meta/recipes-support/gnutls/gnutls_3.2.15.bb deleted file mode 100644 index ce8bdfdb31..0000000000 --- a/meta/recipes-support/gnutls/gnutls_3.2.15.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] = "ec3b06f80e312137386c5d322183ca5a" | ||
7 | SRC_URI[sha256sum] = "30bdc7b34b220258f714602cdf0afa1abf0883bf926f35f400c88b1c72ca77b9" | ||
diff --git a/meta/recipes-support/gnutls/gnutls_3.3.5.bb b/meta/recipes-support/gnutls/gnutls_3.3.5.bb new file mode 100644 index 0000000000..b3daa49249 --- /dev/null +++ b/meta/recipes-support/gnutls/gnutls_3.3.5.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] = "1f396dcf3c14ea67de7243821006d1a2" | ||
7 | SRC_URI[sha256sum] = "48f34ae032692c498e782e9f1369506572be40ecf7f3f3604b0b00bad1b10477" | ||