diff options
author | Johannes Pointner <johannes.pointner@br-automation.com> | 2018-10-25 11:07:00 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-10-25 13:51:52 -0700 |
commit | bce1210d2ebeb0ae92464352ec4a8216e11d9615 (patch) | |
tree | 371c734a1098ee8264b3dea9431b13b03d46fa5b /meta-networking/recipes-connectivity/mbedtls | |
parent | f762eba941f7c61df2fc0a35566c45c72ac3ab3f (diff) | |
download | meta-openembedded-bce1210d2ebeb0ae92464352ec4a8216e11d9615.tar.gz |
mbedtls: upgrade to 2.13.0
Signed-off-by: Johannes Pointner <johannes.pointner@br-automation.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/mbedtls')
-rw-r--r-- | meta-networking/recipes-connectivity/mbedtls/mbedtls_2.13.0.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_2.12.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.12.0.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.13.0.bb index 71380ba19..ff3f7f0c1 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.12.0.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.13.0.bb | |||
@@ -24,8 +24,8 @@ SECTION = "libs" | |||
24 | 24 | ||
25 | SRC_URI = "https://tls.mbed.org/download/mbedtls-${PV}-apache.tgz" | 25 | SRC_URI = "https://tls.mbed.org/download/mbedtls-${PV}-apache.tgz" |
26 | 26 | ||
27 | SRC_URI[md5sum] = "90b55ca8c726f6612de8a31a2a090e94" | 27 | SRC_URI[md5sum] = "659d96bb03012ca6db414a9137fcdbd6" |
28 | SRC_URI[sha256sum] = "a2bed048f41a19ec7b4dd2e96649145bbd68a6955c3b51aeb7ccbf8908c3ce97" | 28 | SRC_URI[sha256sum] = "593b4e4d2e1629fc407ab4750d69fa309a0ddb66565dc3deb5b60eddbdeb06da" |
29 | 29 | ||
30 | inherit cmake | 30 | inherit cmake |
31 | 31 | ||