]> code.ossystems Code Review - openembedded-core.git/commitdiff
apt: fix SRC_URI
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 6 Mar 2015 03:29:32 +0000 (19:29 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Mar 2015 17:38:39 +0000 (17:38 +0000)
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 <liezhi.yang@windriver.com>
meta/recipes-devtools/apt/apt.inc

index 378021a3275dc2f8dd19ed6b75988a92379e41be..321934b97d298dd9bab40e76bcca43fb8f832a02 100644 (file)
@@ -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 \