]> code.ossystems Code Review - openembedded-core.git/commitdiff
minicom: change SRC_URI to use Debian mirrors
authorRoss Burton <ross.burton@intel.com>
Fri, 15 Jun 2018 14:43:07 +0000 (15:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Jun 2018 12:53:28 +0000 (13:53 +0100)
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.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/minicom/minicom_2.7.1.bb

index e6afe2b655510d4066e92997e96394a28396ae31..be0b48dfdf550bcced9b7b8e851e9ac625cc88df 100644 (file)
@@ -7,7 +7,7 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \
                     file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81"
 
-SRC_URI = "https://alioth.debian.org/frs/download.php/latestfile/3/${BP}.tar.gz \
+SRC_URI = "${DEBIAN_MIRROR}/main/m/${BPN}/${BPN}_${PV}.orig.tar.gz \
            file://allow.to.disable.lockdev.patch \
            file://0001-fix-minicom-h-v-return-value-is-not-0.patch \
            file://0001-Fix-build-issus-surfaced-due-to-musl.patch \