From: Richard Purdie Date: Tue, 2 Nov 2021 11:19:28 +0000 (+0000) Subject: bitbake.conf: Fix corruption of GNOME mirror url X-Git-Tag: 2021-10.1-honister~24 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=299023686865e0f1f9cc1f585ba64767ba63f638;p=openembedded-core.git bitbake.conf: Fix corruption of GNOME mirror url The url changes from the script accidentally corrupted this mirror url, fix it. Signed-off-by: Richard Purdie (cherry picked from commit a16dd60fb058ec2257eb1c6c0baa86e11e78cb42) Signed-off-by: Anuj Mittal --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index c3e0efcf89..c2cb2f0d9d 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -642,7 +642,7 @@ APACHE_MIRROR = "https://archive.apache.org/dist" 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;branch=master" +GNOME_GIT = "git://gitlab.gnome.org/GNOME" GNOME_MIRROR = "https://download.gnome.org/sources/" GNU_MIRROR = "https://ftp.gnu.org/gnu" GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt"