diff options
author | Maxin B. John <maxin.john@intel.com> | 2017-05-09 19:19:21 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-11 16:56:00 +0100 |
commit | 97e194e555d078c2bacd62c383636e011bef6c32 (patch) | |
tree | 295c6b0be5fc1975799bb132aa8f03c827c8d92d /meta/classes/mirrors.bbclass | |
parent | eb30ca2b316076e83e1a709015863670946d5bee (diff) | |
download | poky-97e194e555d078c2bacd62c383636e011bef6c32.tar.gz |
DEBIAN_MIRROR: switch from ftp to http
All public-facing debian.org FTP services will be shut down on November 1, 2017
The mirrors should just be accessed using HTTP instead.
https://www.debian.org/News/2017/20170425
Fixes [YOCTO #11413]
(From OE-Core rev: c2cdc4d9155d7a3b9cba60fa9cbb448cf64c62bd)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/mirrors.bbclass')
-rw-r--r-- | meta/classes/mirrors.bbclass | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index 1174ef6823..9c83463b63 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass | |||
@@ -2,23 +2,23 @@ MIRRORS += "\ | |||
2 | ${DEBIAN_MIRROR} 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 \ | 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 \ | 4 | ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \n \ |
5 | ${DEBIAN_MIRROR} ftp://ftp.de.debian.org/debian/pool \n \ | 5 | ${DEBIAN_MIRROR} http://ftp.de.debian.org/debian/pool \n \ |
6 | ${DEBIAN_MIRROR} ftp://ftp.au.debian.org/debian/pool \n \ | 6 | ${DEBIAN_MIRROR} http://ftp.au.debian.org/debian/pool \n \ |
7 | ${DEBIAN_MIRROR} ftp://ftp.cl.debian.org/debian/pool \n \ | 7 | ${DEBIAN_MIRROR} http://ftp.cl.debian.org/debian/pool \n \ |
8 | ${DEBIAN_MIRROR} ftp://ftp.hr.debian.org/debian/pool \n \ | 8 | ${DEBIAN_MIRROR} http://ftp.hr.debian.org/debian/pool \n \ |
9 | ${DEBIAN_MIRROR} ftp://ftp.fi.debian.org/debian/pool \n \ | 9 | ${DEBIAN_MIRROR} http://ftp.fi.debian.org/debian/pool \n \ |
10 | ${DEBIAN_MIRROR} ftp://ftp.hk.debian.org/debian/pool \n \ | 10 | ${DEBIAN_MIRROR} http://ftp.hk.debian.org/debian/pool \n \ |
11 | ${DEBIAN_MIRROR} ftp://ftp.hu.debian.org/debian/pool \n \ | 11 | ${DEBIAN_MIRROR} http://ftp.hu.debian.org/debian/pool \n \ |
12 | ${DEBIAN_MIRROR} ftp://ftp.ie.debian.org/debian/pool \n \ | 12 | ${DEBIAN_MIRROR} http://ftp.ie.debian.org/debian/pool \n \ |
13 | ${DEBIAN_MIRROR} ftp://ftp.it.debian.org/debian/pool \n \ | 13 | ${DEBIAN_MIRROR} http://ftp.it.debian.org/debian/pool \n \ |
14 | ${DEBIAN_MIRROR} ftp://ftp.jp.debian.org/debian/pool \n \ | 14 | ${DEBIAN_MIRROR} http://ftp.jp.debian.org/debian/pool \n \ |
15 | ${DEBIAN_MIRROR} ftp://ftp.no.debian.org/debian/pool \n \ | 15 | ${DEBIAN_MIRROR} http://ftp.no.debian.org/debian/pool \n \ |
16 | ${DEBIAN_MIRROR} ftp://ftp.pl.debian.org/debian/pool \n \ | 16 | ${DEBIAN_MIRROR} http://ftp.pl.debian.org/debian/pool \n \ |
17 | ${DEBIAN_MIRROR} ftp://ftp.ro.debian.org/debian/pool \n \ | 17 | ${DEBIAN_MIRROR} http://ftp.ro.debian.org/debian/pool \n \ |
18 | ${DEBIAN_MIRROR} ftp://ftp.si.debian.org/debian/pool \n \ | 18 | ${DEBIAN_MIRROR} http://ftp.si.debian.org/debian/pool \n \ |
19 | ${DEBIAN_MIRROR} ftp://ftp.es.debian.org/debian/pool \n \ | 19 | ${DEBIAN_MIRROR} http://ftp.es.debian.org/debian/pool \n \ |
20 | ${DEBIAN_MIRROR} ftp://ftp.se.debian.org/debian/pool \n \ | 20 | ${DEBIAN_MIRROR} http://ftp.se.debian.org/debian/pool \n \ |
21 | ${DEBIAN_MIRROR} ftp://ftp.tr.debian.org/debian/pool \n \ | 21 | ${DEBIAN_MIRROR} http://ftp.tr.debian.org/debian/pool \n \ |
22 | ${GNU_MIRROR} ftp://mirrors.kernel.org/gnu \n \ | 22 | ${GNU_MIRROR} ftp://mirrors.kernel.org/gnu \n \ |
23 | ${KERNELORG_MIRROR} http://www.kernel.org/pub \n \ | 23 | ${KERNELORG_MIRROR} http://www.kernel.org/pub \n \ |
24 | ${GNUPG_MIRROR} ftp://ftp.gnupg.org/gcrypt \n \ | 24 | ${GNUPG_MIRROR} ftp://ftp.gnupg.org/gcrypt \n \ |