The Debian mirror network can't be relied upon as files are removed once they're not in any releases. For this reason, we prefer snapshot.debian.org for SRC_URI (with DEBIAN_MIRROR for the upstream check).
Ross On 4 June 2018 at 17:39, Oleksandr Kravchuk <[email protected]> wrote: > The original source, alioth.debian.org has been permanently taken down > by the Debian Project. Use Debian mirrors instead. > > Source: https://wiki.debian.org/Alioth > > Signed-off-by: Oleksandr Kravchuk <[email protected]> > --- > meta/recipes-extended/minicom/minicom_2.7.1.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 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..d963da7436 100644 > --- a/meta/recipes-extended/minicom/minicom_2.7.1.bb > +++ b/meta/recipes-extended/minicom/minicom_2.7.1.bb > @@ -1,5 +1,5 @@ > SUMMARY = "Text-based modem control and terminal emulation program" > -HOMEPAGE = "http://alioth.debian.org/projects/minicom/" > +HOMEPAGE = "https://salsa.debian.org/minicom-team/minicom/" > DESCRIPTION = "Minicom is a text-based modem control and terminal emulation > program for Unix-like operating systems" > SECTION = "console/network" > DEPENDS = "ncurses virtual/libiconv" > @@ -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/minicom/minicom_${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 \ > @@ -16,7 +16,7 @@ SRC_URI = > "https://alioth.debian.org/frs/download.php/latestfile/3/${BP}.tar.gz > SRC_URI[md5sum] = "9021cb8c5445f6e6e74b2acc39962d62" > SRC_URI[sha256sum] = > "532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1" > > -UPSTREAM_CHECK_URI = "https://alioth.debian.org/frs/?group_id=30018" > +UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/m/minicom/" > > PACKAGECONFIG ??= "" > PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev" > -- > 2.17.0 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
