diff mbox series

[meta-oe,krikstone] mbedtls: fix fetch failure due to branch name mismatch

Message ID 20251105060925.2950082-1-haixiao.yan.cn@windriver.com
State New
Headers show
Series [meta-oe,krikstone] mbedtls: fix fetch failure due to branch name mismatch | expand

Commit Message

Yan, Haixiao (CN) Nov. 5, 2025, 6:09 a.m. UTC
From: Haixiao Yan <haixiao.yan.cn@windriver.com>

The branch is changed from mbedtls-2.28 to archive/mbedtls-2.28 in
mbedtls repo, so changes the branch name accordingly to fix the do_fetch
error.

Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com>
---
 meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.9.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.9.bb
index d935cb233122..f5c2cf979a07 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.9.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.9.bb
@@ -24,7 +24,7 @@  SECTION = "libs"
 
 S = "${WORKDIR}/git"
 SRCREV = "5e146adef63b326b04282252639bebc2730939c6"
-SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-2.28"
+SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=archive/mbedtls-2.28"
 
 inherit cmake update-alternatives