]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
minicom: correct the SRC_URI
authorGuocai He <guocai.he.cn@windriver.com>
Mon, 7 Jul 2025 02:50:46 +0000 (10:50 +0800)
committerSteve Sakoman <steve@sakoman.com>
Tue, 8 Jul 2025 21:45:39 +0000 (14:45 -0700)
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>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-extended/minicom/minicom_2.9.bb

index 907d5c79c9d51612bc86630a95996503e0d168ae..38f517f2a24e4f4ecc4a1a8dd5fc5cce26004269 100644 (file)
@@ -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"