diff options
| author | Guocai He <guocai.he.cn@windriver.com> | 2025-07-07 10:50:46 +0800 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-07-11 08:11:53 -0700 |
| commit | 7cd69bee25fc999a5ff5fc76e9e4182253a823d5 (patch) | |
| tree | 0372bb14275fd5a05f8a941af1ed6eb8236bc360 | |
| parent | 37058c37c05d4a0f43d569a3106aa630ac427d7a (diff) | |
| download | poky-7cd69bee25fc999a5ff5fc76e9e4182253a823d5.tar.gz | |
minicom: correct the SRC_URI
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.
(From OE-Core rev: 49fcec2041071d44289e03cac087de6b929d6153)
Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-extended/minicom/minicom_2.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ |
| 8 | file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81" | 8 | file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81" |
| 9 | 9 | ||
| 10 | SRC_URI = "${DEBIAN_MIRROR}/main/m/${BPN}/${BPN}_${PV}.orig.tar.bz2" | 10 | SRC_URI = "https://salsa.debian.org/minicom-team/${BPN}/-/archive/${PV}/${BPN}-${PV}.tar.bz2" |
| 11 | 11 | ||
| 12 | SRC_URI[sha256sum] = "9efbb6458140e5a0de445613f0e76bcf12cbf7a9892b2f53e075c2e7beaba86c" | 12 | SRC_URI[sha256sum] = "9efbb6458140e5a0de445613f0e76bcf12cbf7a9892b2f53e075c2e7beaba86c" |
| 13 | 13 | ||
