summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Dubois-Briand <mathieu.dubois-briand@hyprua.org>2022-10-04 08:24:36 +0200
committerKhem Raj <raj.khem@gmail.com>2022-10-04 09:29:47 -0700
commite726f388b2e82e692d5c616d285a5a847bcf190a (patch)
treebb855a1cd70e7f788847b8dc480f6c60ebe01c03
parent0f6a6a3cc901626db397f22c268fd7f271e060b0 (diff)
downloadmeta-openembedded-e726f388b2e82e692d5c616d285a5a847bcf190a.tar.gz
mbedtls: Update to 2.28.1 version
Signed-off-by: Mathieu Dubois-Briand <mbriand@witekio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.1.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.0.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.1.bb
index a3859fbeba..44b2a5e3c8 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.0.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.1.bb
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
23SECTION = "libs" 23SECTION = "libs"
24 24
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26SRCREV = "8b3f26a5ac38d4fdccbc5c5366229f3e01dafcc0" 26SRCREV = "dd79db10014d85b26d11fe57218431f2e5ede6f2"
27SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28" 27SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28"
28 28
29inherit cmake 29inherit cmake