Re: [OE-core] [PATCH] apt: update SRC_URI

2018-11-20 Thread Changqing Li
On 11/20/18 10:10 PM, Richard Purdie wrote: On Mon, 2018-11-19 at 21:54 +1100, Jonathan Liu wrote: -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

Re: [OE-core] [PATCH] apt: update SRC_URI

2018-11-20 Thread Richard Purdie
On Mon, 2018-11-19 at 21:54 +1100, Jonathan Liu wrote: > -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 > > \ > > Why don't you replace

Re: [OE-core] [PATCH] apt: update SRC_URI

2018-11-19 Thread Jonathan Liu
Hi, On Thu, 1 Nov 2018 at 14:16, wrote: > > From: Changqing Li > > update SRC_URI since previous link is not valid now > > Signed-off-by: Changqing Li > --- > meta/recipes-devtools/apt/apt.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [OE-core] [PATCH] apt: update SRC_URI

2018-11-01 Thread Changqing Li
On 11/1/18 7:12 PM, Burton, Ross wrote: 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 I have checked snapshot.debian.org.  apt_1.2.24 don't  on it.  so I use current link. //changqing On

Re: [OE-core] [PATCH] apt: update SRC_URI

2018-11-01 Thread Burton, Ross
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, wrote: > > From: Changqing Li > > update SRC_URI since previous link is not valid now > > Signed-off-by: Changqing Li >

[OE-core] [PATCH] apt: update SRC_URI

2018-10-31 Thread changqing.li
From: Changqing Li update SRC_URI since previous link is not valid now Signed-off-by: Changqing Li --- 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