All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][scarthgap][PATCH] mbedtls: fix git fetcher conflict by using SRC_URI.
@ 2025-08-15  4:11 karn.jye.lau
  2025-08-15  5:52 ` [oe] " Marko, Peter
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: karn.jye.lau @ 2025-08-15  4:11 UTC (permalink / raw)
  To: openembedded-devel

From: kjlau0112 <karn.jye.lau@intel.com>

if both SRC_URI & SRCREV specify particular source revision
will lead to "Fix Fetcher failure: Conflicting revisions error"

Fix by removing SRCREV and specify expected source revision in SRC_URI
by adding revision parmater.

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

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..2591e2cde 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.4.bb
@@ -23,12 +23,10 @@ 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;rev=c765c831e5c2a0971410692f92f7a81d6ec65ec2\
            file://run-ptest \
            "
 
-SRCREV = "c765c831e5c2a0971410692f92f7a81d6ec65ec2"
-
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
 inherit cmake update-alternatives ptest
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2025-08-15 11:05 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-15  4:11 [meta-networking][scarthgap][PATCH] mbedtls: fix git fetcher conflict by using SRC_URI karn.jye.lau
2025-08-15  5:52 ` [oe] " Marko, Peter
2025-08-15  6:09   ` Lau, Karn Jye
2025-08-15  6:12     ` Marko, Peter
2025-08-15  8:09       ` Marko, Peter
2025-08-15  9:08         ` Alexander Kanavin
2025-08-15  9:21           ` Lau, Karn Jye
2025-08-15  9:29             ` Alexander Kanavin
2025-08-15  9:34               ` Gyorgy Sarvari
2025-08-15  9:36               ` Marko, Peter
2025-08-15  9:39                 ` Alexander Kanavin
2025-08-15  9:53                   ` Mikko Rapeli
2025-08-15 11:05                     ` Lau, Karn Jye
2025-08-15 10:28         ` [meta-networking][scarthgap][PATCH v2] [meta-networking][scarthgap][PATCH v2] mbedtls: drop tag parameter from SRC_URI karn.jye.lau
2025-08-15 10:38 ` karn.jye.lau
2025-08-15 10:49 ` karn.jye.lau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.