summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-05-04 14:56:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-16 07:34:27 +0100
commit961db45af2932265af0b2c49b52da224decf63c7 (patch)
treefe9d975205beea8bba2cd9c4806a959409abb96c /meta/classes
parentf3ba3cb6af96aebf5167bb1565edf11cceb7897f (diff)
downloadast2050-yocto-poky-961db45af2932265af0b2c49b52da224decf63c7.zip
ast2050-yocto-poky-961db45af2932265af0b2c49b52da224decf63c7.tar.gz
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. (From OE-Core rev: 15e8aa4cd773022b36a66f70e4f6436289f3d1bc) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-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 bf23e05..86ccd7a 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 \
OpenPOWER on IntegriCloud