aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2017-05-09 19:19:22 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-10 12:21:31 +0100
commitba119d836c0f4b20a39c92fa2e64abb0d5a55ad4 (patch)
tree3d994ae473b18dbb1afdd87d851f4d2a965b63b1
parentc2cdc4d9155d7a3b9cba60fa9cbb448cf64c62bd (diff)
downloadopenembedded-core-contrib-ba119d836c0f4b20a39c92fa2e64abb0d5a55ad4.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 Signed-off-by: Maxin B. John <maxin.john@intel.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 9c83463b63..b7c20b6cf5 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 \
${DEBIAN_MIRROR} http://ftp.es.debian.org/debian/pool \n \
${DEBIAN_MIRROR} http://ftp.se.debian.org/debian/pool \n \
${DEBIAN_MIRROR} http://ftp.tr.debian.org/debian/pool \n \
-${GNU_MIRROR} ftp://mirrors.kernel.org/gnu \n \
+${GNU_MIRROR} https://mirrors.kernel.org/gnu \n \
${KERNELORG_MIRROR} http://www.kernel.org/pub \n \
${GNUPG_MIRROR} ftp://ftp.gnupg.org/gcrypt \n \
${GNUPG_MIRROR} ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt \n \