From 7acf465dd58f830473363e9339ad5b8106de55fc Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 2 Nov 2021 11:19:28 +0000 Subject: bitbake.conf: Fix corruption of GNOME mirror url The url changes from the script accidentally corrupted this mirror url, fix it. (From OE-Core rev: 299023686865e0f1f9cc1f585ba64767ba63f638) Signed-off-by: Richard Purdie (cherry picked from commit a16dd60fb058ec2257eb1c6c0baa86e11e78cb42) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- 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 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" -- cgit v1.2.3-54-g00ecf