diff mbox series

[meta-networking,scarthgap,v2] mbedtls: drop tag parameter from SRC_URI.

Message ID 20250815104932.580839-1-karn.jye.lau@intel.com
State New
Headers show
Series [meta-networking,scarthgap,v2] mbedtls: drop tag parameter from SRC_URI. | expand

Commit Message

Lau, Karn Jye Aug. 15, 2025, 10:49 a.m. UTC
From: kjlau0112 <karn.jye.lau@intel.com>

[v2] Keep SRCREV and remove tag parameter from SRC_URI as per review
feedback.

Signed-off-by: kjlau0112 <karn.jye.lau@intel.com>
---
 meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 88b50a406..91adf6f5a 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 \
            "