diff options
author | Changqing Li <changqing.li@windriver.com> | 2018-11-01 11:15:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-07 23:08:55 +0000 |
commit | a369f55ad368678b6d22d09512080ffb459ebcee (patch) | |
tree | 4f5416f369efd7a0203c8436aee0753fd4737248 /meta/recipes-devtools/apt/apt.inc | |
parent | 82da3463c8cffb679cdaa30de5c5bc0dbeb49c1a (diff) | |
download | poky-a369f55ad368678b6d22d09512080ffb459ebcee.tar.gz |
apt: update SRC_URI
update SRC_URI since previous link is not valid now
(From OE-Core rev: 0b5972c8189dade0e77df175651b8d8707647bb1)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/apt/apt.inc')
-rw-r--r-- | meta/recipes-devtools/apt/apt.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc index f1cde3068d..50f22c8992 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" | |||
2 | LICENSE = "GPLv2.0+" | 2 | LICENSE = "GPLv2.0+" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | 4 | ||
5 | SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/a/${BPN}/${BPN}_${PV}.tar.xz \ | 5 | SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/apt/1.2.24/${BPN}_${PV}.tar.xz \ |
6 | file://use-host.patch \ | 6 | file://use-host.patch \ |
7 | file://makerace.patch \ | 7 | file://makerace.patch \ |
8 | file://no-nls-dpkg.patch \ | 8 | file://no-nls-dpkg.patch \ |