diff options
author | Maxin B. John <maxin.john@intel.com> | 2017-05-09 19:19:22 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-29 16:50:53 +0100 |
commit | da6dd6f9fbe70ade2535e03c87db5e65bbbdb4ca (patch) | |
tree | dcf1f096dea49f04fdb85b2214baa57595e7235b /meta/classes | |
parent | c35d3a6c5e6aec3ab9aa25a1bdbdbf7cd220aa96 (diff) | |
download | poky-da6dd6f9fbe70ade2535e03c87db5e65bbbdb4ca.tar.gz |
GNU_MIRROR: switch from ftp to https
Based on the same reason behind DEBIAN's switch from ftp:
https://www.debian.org/News/2017/20170425
(From OE-Core rev: ba119d836c0f4b20a39c92fa2e64abb0d5a55ad4)
(From OE-Core rev: 16a43d53533dcc9bb6fca141b2a66cff648df0d2)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/mirrors.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index 8a639b2864..2cdc71b6e3 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass | |||
@@ -19,7 +19,7 @@ ${DEBIAN_MIRROR} http://ftp.si.debian.org/debian/pool \n \ | |||
19 | ${DEBIAN_MIRROR} http://ftp.es.debian.org/debian/pool \n \ | 19 | ${DEBIAN_MIRROR} http://ftp.es.debian.org/debian/pool \n \ |
20 | ${DEBIAN_MIRROR} http://ftp.se.debian.org/debian/pool \n \ | 20 | ${DEBIAN_MIRROR} http://ftp.se.debian.org/debian/pool \n \ |
21 | ${DEBIAN_MIRROR} http://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} https://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 \ |
25 | ${GNUPG_MIRROR} ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt \n \ | 25 | ${GNUPG_MIRROR} ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt \n \ |