From: Oleksandr Kravchuk Date: Thu, 9 May 2019 22:57:39 +0000 (+0200) Subject: bitbake.conf: fix XORG_MIRROR URL X-Git-Tag: uninative-2.7~443 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d69f67f5d8b90d7846425f0569e5c121e3bdd062;p=openembedded-core.git bitbake.conf: fix XORG_MIRROR URL Signed-off-by: Oleksandr Kravchuk Signed-off-by: Ross Burton --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index ddcac09c5c..1311e6b5fd 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -649,7 +649,7 @@ GPE_MIRROR = "http://gpe.linuxtogo.org/download/source" KERNELORG_MIRROR = "https://cdn.kernel.org/pub" SOURCEFORGE_MIRROR = "https://downloads.sourceforge.net" XLIBS_MIRROR = "https://xlibs.freedesktop.org/release" -XORG_MIRROR = "http://xorg.freedesktop.org/releases" +XORG_MIRROR = "https://www.x.org/releases/" SAVANNAH_GNU_MIRROR = "https://download.savannah.gnu.org/releases" SAVANNAH_NONGNU_MIRROR = "https://download.savannah.nongnu.org/releases" CPAN_MIRROR = "https://search.cpan.org/CPAN"