mbedtls: 3.6.2 -> 3.6.3

ChangeLog:
https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.3

Remove mbedtls-framework repository, as the framework is now added
as a flat directory rather than a submodule[1][2].

[1] b41194ce7f
[2] 2c824b4fe5

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2025-03-30 17:20:40 +08:00 committed by Khem Raj
parent ca08c74223
commit f27fe8c6e2
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -24,12 +24,9 @@ SECTION = "libs"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-3.6 \
git://github.com/Mbed-TLS/mbedtls-framework.git;protocol=https;branch=main;destsuffix=git/framework;name=framework \
file://run-ptest"
file://run-ptest"
SRCREV = "107ea89daaefb9867ea9121002fbbdf926780e98"
SRCREV_framework = "94599c0e3b5036e086446a51a3f79640f70f22f6"
SRCREV_FORMAT .= "_framework"
SRCREV = "22098d41c6620ce07cf8a0134d37302355e1e5ef"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"