Sfoglia il codice sorgente

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] https://github.com/Mbed-TLS/mbedtls/commit/b41194ce7f2fda63bf5959588631eba73c5c621e
[2] https://github.com/Mbed-TLS/mbedtls/commit/2c824b4fe5dab7e1526560be203bf705857e372a

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Yi Zhao 2 mesi fa
parent
commit
f27fe8c6e2

+ 2 - 5
meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.2.bb → meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.bb

@@ -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+)+)"