From: Oleksandr Kravchuk Date: Wed, 21 Jul 2021 16:41:16 +0000 (+0200) Subject: bitbake.conf: change GNOME_MIRROR to new one X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~7261 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a3a85d54af38a30f6de5f6d23e432afa26859888;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 --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 160abf40eeb..821dae2ba61 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"