[PATCH] bitbake.conf: change GNOME_MIRROR to new one
From: Oleksandr Kravchuk <hidden>
Date: 2021-07-21 16:41:26
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Oleksandr Kravchuk <hidden>
Date: 2021-07-21 16:41:26
Subsystem:
the rest · Maintainer:
Linus Torvalds
URI has been permanently moved and returns HTTP 301. Signed-off-by: Oleksandr Kravchuk <redacted> --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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" DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" GNOME_GIT = "git://gitlab.gnome.org/GNOME" -GNOME_MIRROR = "https://ftp.gnome.org/pub/GNOME/sources" +GNOME_MIRROR = "https://download.gnome.org/sources/" GNU_MIRROR = "https://ftp.gnu.org/gnu" GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" GPE_MIRROR = "http://gpe.linuxtogo.org/download/source"
--
2.25.1