From c29a18fa39ede952f3f6108ec007c1906e2d9a0d Mon Sep 17 00:00:00 2001 From: kjlau0112 Date: Fri, 15 Aug 2025 16:19:32 +0530 Subject: [PATCH] mbedtls: drop tag parameter from SRC_URI. Signed-off-by: kjlau0112 Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb index 88b50a406b..a0dc6a689a 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb @@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d" SECTION = "libs" S = "${WORKDIR}/git" -SRC_URI = "gitsm://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-3.6;tag=v${PV} \ +SRC_URI = "gitsm://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=mbedtls-3.6 \ file://run-ptest \ "