From: Oleksandr Kravchuk Date: Wed, 21 Jul 2021 16:41:16 +0000 (+0200) Subject: bitbake.conf: change GNOME_MIRROR to new one X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03660a42836d650a6d4f9d4c255c764925cbea22;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: change GNOME_MIRROR to new one URI has been permanently moved and returns HTTP 301. Signed-off-by: Oleksandr Kravchuk Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit a3a85d54af38a30f6de5f6d23e432afa26859888) Signed-off-by: Anuj Mittal --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 385fc7dd552..5b52e9307e6 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -638,7 +638,7 @@ APACHE_MIRROR = "https://archive.apache.org/dist" 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"