summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb)7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.bb
index 168ee1b5de..b700c27a65 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.bb
@@ -24,12 +24,9 @@ SECTION = "libs"
24 24
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-3.6 \ 26SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-3.6 \
27 git://github.com/Mbed-TLS/mbedtls-framework.git;protocol=https;branch=main;destsuffix=git/framework;name=framework \ 27 file://run-ptest"
28 file://run-ptest"
29 28
30SRCREV = "107ea89daaefb9867ea9121002fbbdf926780e98" 29SRCREV = "22098d41c6620ce07cf8a0134d37302355e1e5ef"
31SRCREV_framework = "94599c0e3b5036e086446a51a3f79640f70f22f6"
32SRCREV_FORMAT .= "_framework"
33 30
34UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 31UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
35 32