From: Robert Yang Date: Fri, 6 Mar 2015 03:29:32 +0000 (-0800) Subject: apt: fix SRC_URI X-Git-Tag: 2015-4~188 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=490d20e1a7e6e3a0cae24af37bcb0192a3916409;p=openembedded-core.git 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 Signed-off-by: Robert Yang --- 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" LICENSE = "GPLv2.0+" SECTION = "base" -SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ +SRC_URI = "http://snapshot.debian.org/archive/debian/20130726T154545Z/pool/main/a/${BPN}/${BPN}_${PV}.tar.gz \ file://no-ko-translation.patch \ file://use-host.patch \ file://makerace.patch \