summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-30 10:03:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-04 11:03:56 +0100
commit25bac865def42650c0c0323322158ba338e8b753 (patch)
tree6cd2769573a6ee5e3078f228403a8f3ad4d96ecb /meta/conf
parent3ad9909e5925b5cca6420e6716155b854fc68843 (diff)
downloadpoky-25bac865def42650c0c0323322158ba338e8b753.tar.gz
recipes: Update git.gnome.org addresses after upstream changes
git.gnome.org is no more. It has ceased to be. It's an ex-git. Please see here: https://about.gitlab.com/2018/05/31/welcome-gnome-to-gitlab/ Note that gitlab does not support git://, only https:// (and ssh). [Commit message from Alexander Kanavin] (From OE-Core rev: 8382cdc0888ca645a44aacaac1155afb8dcde979) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-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 1941633a54..faef77142a 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -627,7 +627,7 @@ BBLAYERS_FETCH_DIR ??= "${COREBASE}"
627APACHE_MIRROR = "http://archive.apache.org/dist" 627APACHE_MIRROR = "http://archive.apache.org/dist"
628DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" 628DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool"
629GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" 629GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
630GNOME_GIT = "git://git.gnome.org" 630GNOME_GIT = "git://gitlab.gnome.org/GNOME"
631GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" 631GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
632GNU_MIRROR = "http://ftp.gnu.org/gnu" 632GNU_MIRROR = "http://ftp.gnu.org/gnu"
633GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" 633GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt"