summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-02 11:19:28 +0000
committerAnuj Mittal <anuj.mittal@intel.com>2021-11-12 10:57:32 +0800
commit299023686865e0f1f9cc1f585ba64767ba63f638 (patch)
treed464465f449e7d11943bf62d0cefa2409fbfce42
parent88c7d6f8c0d603b4404ab73cd147aa0ba6d8afd1 (diff)
downloadopenembedded-core-contrib-299023686865e0f1f9cc1f585ba64767ba63f638.tar.gz
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 <richard.purdie@linuxfoundation.org> (cherry picked from commit a16dd60fb058ec2257eb1c6c0baa86e11e78cb42) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
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"