Why are we using ubuntu's archive instead of the canonical Debian repository? The idiom for Debian packages is to use snapshot.debian.org.
Ross On Thu, 1 Nov 2018 at 03:16, <[email protected]> wrote: > > From: Changqing Li <[email protected]> > > update SRC_URI since previous link is not valid now > > Signed-off-by: Changqing Li <[email protected]> > --- > meta/recipes-devtools/apt/apt.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-devtools/apt/apt.inc > b/meta/recipes-devtools/apt/apt.inc > index f1cde30..50f22c8 100644 > --- a/meta/recipes-devtools/apt/apt.inc > +++ b/meta/recipes-devtools/apt/apt.inc > @@ -2,7 +2,7 @@ SUMMARY = "Advanced front-end for dpkg" > LICENSE = "GPLv2.0+" > SECTION = "base" > > -SRC_URI = > "http://archive.ubuntu.com/ubuntu/pool/main/a/${BPN}/${BPN}_${PV}.tar.xz \ > +SRC_URI = > "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/apt/1.2.24/${BPN}_${PV}.tar.xz > \ > file://use-host.patch \ > file://makerace.patch \ > file://no-nls-dpkg.patch \ > -- > 2.7.4 > > -- > _______________________________________________ > 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
