summaryrefslogtreecommitdiffstats
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-31 21:15:14 +0100
commitb477f676e336beee5ed660d3075b84d638eef00d (patch)
tree36291d4a2cb4c2ecafe3c3650364fb54bc53fd63
parent9d2534ab2417cbea45e2b017f2307e0fe447a67f (diff)
downloadpoky-b477f676e336beee5ed660d3075b84d638eef00d.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: d5574749b2272357f6bdad04c37ec0657b391cca) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@
1MIRRORS += "\ 1MIRRORS += "\
2${DEBIAN_MIRROR}/main http://snapshot.debian.net/archive/pool \n \ 2${DEBIAN_MIRROR}/main http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool/ \n \
3${DEBIAN_MIRROR} ftp://ftp.de.debian.org/debian/pool \n \ 3${DEBIAN_MIRROR} ftp://ftp.de.debian.org/debian/pool \n \
4${DEBIAN_MIRROR} ftp://ftp.au.debian.org/debian/pool \n \ 4${DEBIAN_MIRROR} ftp://ftp.au.debian.org/debian/pool \n \
5${DEBIAN_MIRROR} ftp://ftp.cl.debian.org/debian/pool \n \ 5${DEBIAN_MIRROR} ftp://ftp.cl.debian.org/debian/pool \n \