diff mbox series

[scarthgap] minicom: correct the SRC_URI

Message ID 20250707025046.3759227-1-guocai.he.cn@windriver.com
State New
Headers show
Series [scarthgap] minicom: correct the SRC_URI | expand

Commit Message

He, Guocai (CN) July 7, 2025, 2:50 a.m. UTC
From: Guocai He <guocai.he.cn@windriver.com>

In http://ftp.debian.org/debian/pool/main/m/minicom/, the
tarball of minicom_2.9.orig.tar.bz2 can not be found.
So the old SRC_URI should be updated.

Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
---
Because minicom_2.10.orig.tar.bz2 which master used is still 
exist in http://ftp.debian.org/debian/pool/main/m/minicom/,
so the recipe of master no need to update.
---
 meta/recipes-extended/minicom/minicom_2.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-extended/minicom/minicom_2.9.bb b/meta/recipes-extended/minicom/minicom_2.9.bb
index 907d5c79c9..38f517f2a2 100644
--- a/meta/recipes-extended/minicom/minicom_2.9.bb
+++ b/meta/recipes-extended/minicom/minicom_2.9.bb
@@ -7,7 +7,7 @@  LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \
                     file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/m/${BPN}/${BPN}_${PV}.orig.tar.bz2"
+SRC_URI = "https://salsa.debian.org/minicom-team/${BPN}/-/archive/${PV}/${BPN}-${PV}.tar.bz2"
 
 SRC_URI[sha256sum] = "9efbb6458140e5a0de445613f0e76bcf12cbf7a9892b2f53e075c2e7beaba86c"