diff mbox series

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

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

Commit Message

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

Keep SRCREV and remove tag paramater to avoid
Fix Fetcher failure: Conflicting revisions error

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(-)

Comments

Gyorgy Sarvari Aug. 19, 2025, 10:44 a.m. UTC | #1
Armin, Khem,

Would that be possible to prepare an unscheduled fix-release with this?
It keeps tripping people, I see reports on all channels.

On 8/15/25 12:58, Lau, Karn Jye via lists.openembedded.org wrote:
> From: kjlau0112 <karn.jye.lau@intel.com>
>
> Keep SRCREV and remove tag paramater to avoid
> Fix Fetcher failure: Conflicting revisions error
>
> 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 --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 \
>             "
>  
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#118974): https://lists.openembedded.org/g/openembedded-devel/message/118974
> Mute This Topic: https://lists.openembedded.org/mt/114715887/6084445
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Martin Jansa Aug. 19, 2025, 11:24 a.m. UTC | #2
On Tue, Aug 19, 2025 at 12:44 PM Gyorgy Sarvari via
lists.openembedded.org <skandigraun=gmail.com@lists.openembedded.org>
wrote:
>
> Armin, Khem,
>
> Would that be possible to prepare an unscheduled fix-release with this?
> It keeps tripping people, I see reports on all channels.

Khem already merged the fix yesterday. Thanks Khem!
Gyorgy Sarvari Aug. 19, 2025, 11:27 a.m. UTC | #3
On 8/19/25 13:24, Martin Jansa wrote:
> On Tue, Aug 19, 2025 at 12:44 PM Gyorgy Sarvari via
> lists.openembedded.org <skandigraun=gmail.com@lists.openembedded.org>
> wrote:
>> Armin, Khem,
>>
>> Would that be possible to prepare an unscheduled fix-release with this?
>> It keeps tripping people, I see reports on all channels.
> Khem already merged the fix yesterday. Thanks Khem!

Oh, I wish it worked like this with everything I wish for.

Sorry for the noise then, and thanks for the fix.
Khem Raj Aug. 19, 2025, 3:46 p.m. UTC | #4
On Tue, Aug 19, 2025 at 4:27 AM Gyorgy Sarvari <skandigraun@gmail.com> wrote:
>
> On 8/19/25 13:24, Martin Jansa wrote:
> > On Tue, Aug 19, 2025 at 12:44 PM Gyorgy Sarvari via
> > lists.openembedded.org <skandigraun=gmail.com@lists.openembedded.org>
> > wrote:
> >> Armin, Khem,
> >>
> >> Would that be possible to prepare an unscheduled fix-release with this?
> >> It keeps tripping people, I see reports on all channels.
> > Khem already merged the fix yesterday. Thanks Khem!
>

I needed to understand the problem a bit.

> Oh, I wish it worked like this with everything I wish for.
>
> Sorry for the noise then, and thanks for the fix.
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 \
            "