diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-03-05 19:29:32 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-16 17:41:59 +0000 |
commit | 18c6acd91174890dc2a0be192a1b98a1f83f4b0c (patch) | |
tree | 9585f01a8d85e1c0674125b192b2f62417025ce9 /meta/recipes-devtools | |
parent | de2aad0f0bc78d4924fa83c68572e46cd1063061 (diff) | |
download | poky-18c6acd91174890dc2a0be192a1b98a1f83f4b0c.tar.gz |
apt: fix SRC_URI
Fixed:
WARNING: Failed to fetch URL ftp://ftp.debian.org/debian/pool/main/a/apt/apt_0.9.9.4.tar.gz, attempting MIRRORS if available
(From OE-Core rev: 490d20e1a7e6e3a0cae24af37bcb0192a3916409)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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 378021a327..321934b97d 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 = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ | 5 | SRC_URI = "http://snapshot.debian.org/archive/debian/20130726T154545Z/pool/main/a/${BPN}/${BPN}_${PV}.tar.gz \ |
6 | file://no-ko-translation.patch \ | 6 | file://no-ko-translation.patch \ |
7 | file://use-host.patch \ | 7 | file://use-host.patch \ |
8 | file://makerace.patch \ | 8 | file://makerace.patch \ |