diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-07-04 16:54:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:53:58 +0100 |
commit | a9f6df21afd0d2230e8ad18f025ed1e2385bd3b1 (patch) | |
tree | adf6f25b615bfcd06f5bc191970c5cf15fda8c90 /meta/classes | |
parent | 1269eb0de7b4df83937be017e94189cd01aa6ae6 (diff) | |
download | poky-a9f6df21afd0d2230e8ad18f025ed1e2385bd3b1.tar.gz |
mirrors: Add debian archive snapshot mirrors to search list
I ran across this problem when apt 0.7.14 was not fetchable
from regular debian mirrors and existing snapshot mirror
did not have it either since we did not use proper syntax
so it was not hitting that.
(From OE-Core rev: 5a5f67e5486837b4d7e5a89cc27a5c8f8c8598ef)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/mirrors.bbclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index 86ccd7a766..1a9a531762 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass | |||
@@ -1,5 +1,7 @@ | |||
1 | MIRRORS += "\ | 1 | MIRRORS += "\ |
2 | ${DEBIAN_MIRROR}/main http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool/ \n \ | 2 | ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \n \ |
3 | ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \n \ | ||
4 | ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \n \ | ||
3 | ${DEBIAN_MIRROR} ftp://ftp.de.debian.org/debian/pool \n \ | 5 | ${DEBIAN_MIRROR} ftp://ftp.de.debian.org/debian/pool \n \ |
4 | ${DEBIAN_MIRROR} ftp://ftp.au.debian.org/debian/pool \n \ | 6 | ${DEBIAN_MIRROR} ftp://ftp.au.debian.org/debian/pool \n \ |
5 | ${DEBIAN_MIRROR} ftp://ftp.cl.debian.org/debian/pool \n \ | 7 | ${DEBIAN_MIRROR} ftp://ftp.cl.debian.org/debian/pool \n \ |