summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2021-07-21 18:41:16 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-24 16:33:46 +0100
commit1fe2864c5c736068796fa780f5193565d2517306 (patch)
treeaef3000c75067962f0699686da126f603ad7952c
parent7edb25bc99f4a098c34bc461c2e859e6f69195a1 (diff)
downloadpoky-1fe2864c5c736068796fa780f5193565d2517306.tar.gz
bitbake.conf: change GNOME_MIRROR to new one
URI has been permanently moved and returns HTTP 301. (From OE-Core rev: a3a85d54af38a30f6de5f6d23e432afa26859888) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 160abf40ee..821dae2ba6 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -639,7 +639,7 @@ CPAN_MIRROR = "https://search.cpan.org/CPAN"
639DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" 639DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool"
640GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" 640GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
641GNOME_GIT = "git://gitlab.gnome.org/GNOME" 641GNOME_GIT = "git://gitlab.gnome.org/GNOME"
642GNOME_MIRROR = "https://ftp.gnome.org/pub/GNOME/sources" 642GNOME_MIRROR = "https://download.gnome.org/sources/"
643GNU_MIRROR = "https://ftp.gnu.org/gnu" 643GNU_MIRROR = "https://ftp.gnu.org/gnu"
644GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" 644GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt"
645GPE_MIRROR = "http://gpe.linuxtogo.org/download/source" 645GPE_MIRROR = "http://gpe.linuxtogo.org/download/source"