summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-05-04 14:56:33 -0700
committerScott Garman <sgarman@zenlinux.com>2012-05-16 15:30:13 -0700
commitd5574749b2272357f6bdad04c37ec0657b391cca (patch)
tree836b03a69a3ea925b2d1db35611c863bbfd345e3 /meta
parent090d8a687517c2d4deb33295a3cceb5175aa28f3 (diff)
downloadopenembedded-core-d5574749b2272357f6bdad04c37ec0657b391cca.tar.gz
openembedded-core-d5574749b2272357f6bdad04c37ec0657b391cca.tar.bz2
openembedded-core-d5574749b2272357f6bdad04c37ec0657b391cca.zip
classes/mirrors.bbclass: Point snapshot.debian.org mirror to working location
If you point to snapshot.debian.net/archive/pool then it will fetch you a html page which will end up in corrupt download. The locations have changed for archives and here we point the mirror to right location. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/mirrors.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass
index bf23e05ed0..86ccd7a766 100644
--- a/meta/classes/mirrors.bbclass
+++ b/meta/classes/mirrors.bbclass
@@ -1,5 +1,5 @@
MIRRORS += "\
-${DEBIAN_MIRROR}/main http://snapshot.debian.net/archive/pool \n \
+${DEBIAN_MIRROR}/main http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool/ \n \
${DEBIAN_MIRROR} ftp://ftp.de.debian.org/debian/pool \n \
${DEBIAN_MIRROR} ftp://ftp.au.debian.org/debian/pool \n \
${DEBIAN_MIRROR} ftp://ftp.cl.debian.org/debian/pool \n \