summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-06-15 15:43:07 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-19 10:53:52 +0100
commitb43dff84e9d0bb6c664bedd187412a0d7458ed2c (patch)
tree67a32335202dc09db9e5212a7f2a654e1d91abe1 /meta/recipes-extended
parentdbd9f6867e0564e4c508c11b31b6bc7d1db05d91 (diff)
downloadpoky-b43dff84e9d0bb6c664bedd187412a0d7458ed2c.tar.gz
minicom: change SRC_URI to use Debian mirrors
Alioth is dead and the minicom project on Salsa (the replacement for Alioth) doesn't actually have any files in, so just use the Debian mirror instead. (From OE-Core rev: b0338efcdabeec79c568c74b6888d7d523e8e9dc) (From OE-Core rev: 62bd9b6efb377ed59cfc1594c36be5805d2951fd) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/minicom/minicom_2.7.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/minicom/minicom_2.7.1.bb b/meta/recipes-extended/minicom/minicom_2.7.1.bb
index e6afe2b655..be0b48dfdf 100644
--- a/meta/recipes-extended/minicom/minicom_2.7.1.bb
+++ b/meta/recipes-extended/minicom/minicom_2.7.1.bb
@@ -7,7 +7,7 @@ LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ 7LIC_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
10SRC_URI = "https://alioth.debian.org/frs/download.php/latestfile/3/${BP}.tar.gz \ 10SRC_URI = "${DEBIAN_MIRROR}/main/m/${BPN}/${BPN}_${PV}.orig.tar.gz \
11 file://allow.to.disable.lockdev.patch \ 11 file://allow.to.disable.lockdev.patch \
12 file://0001-fix-minicom-h-v-return-value-is-not-0.patch \ 12 file://0001-fix-minicom-h-v-return-value-is-not-0.patch \
13 file://0001-Fix-build-issus-surfaced-due-to-musl.patch \ 13 file://0001-Fix-build-issus-surfaced-due-to-musl.patch \