]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Fix corruption of GNOME mirror url
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Nov 2021 11:19:28 +0000 (11:19 +0000)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 12 Nov 2021 02:57:32 +0000 (10:57 +0800)
The url changes from the script accidentally corrupted this mirror
url, fix it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a16dd60fb058ec2257eb1c6c0baa86e11e78cb42)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/conf/bitbake.conf

index c3e0efcf897d5cb525d02508f4aaacc04cc96383..c2cb2f0d9d0ecf7187b110d07410516284aedda1 100644 (file)
@@ -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"