summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-05-10 00:57:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-21 21:52:59 +0100
commit0e46416430279864a97d8f020b9fd897685c4b08 (patch)
treee388af028533fec50b650137108ce328374aa4ff /meta/conf
parentc6206c05fbeab91b25918e7d8197afba298e9205 (diff)
downloadpoky-0e46416430279864a97d8f020b9fd897685c4b08.tar.gz
bitbake.conf: fix XORG_MIRROR URL
(From OE-Core rev: d69f67f5d8b90d7846425f0569e5c121e3bdd062) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
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"
649KERNELORG_MIRROR = "https://cdn.kernel.org/pub" 649KERNELORG_MIRROR = "https://cdn.kernel.org/pub"
650SOURCEFORGE_MIRROR = "https://downloads.sourceforge.net" 650SOURCEFORGE_MIRROR = "https://downloads.sourceforge.net"
651XLIBS_MIRROR = "https://xlibs.freedesktop.org/release" 651XLIBS_MIRROR = "https://xlibs.freedesktop.org/release"
652XORG_MIRROR = "http://xorg.freedesktop.org/releases" 652XORG_MIRROR = "https://www.x.org/releases/"
653SAVANNAH_GNU_MIRROR = "https://download.savannah.gnu.org/releases" 653SAVANNAH_GNU_MIRROR = "https://download.savannah.gnu.org/releases"
654SAVANNAH_NONGNU_MIRROR = "https://download.savannah.nongnu.org/releases" 654SAVANNAH_NONGNU_MIRROR = "https://download.savannah.nongnu.org/releases"
655CPAN_MIRROR = "https://search.cpan.org/CPAN" 655CPAN_MIRROR = "https://search.cpan.org/CPAN"