diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-30 10:03:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-04 11:03:56 +0100 |
commit | 25bac865def42650c0c0323322158ba338e8b753 (patch) | |
tree | 6cd2769573a6ee5e3078f228403a8f3ad4d96ecb /meta/classes | |
parent | 3ad9909e5925b5cca6420e6716155b854fc68843 (diff) | |
download | poky-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/classes')
-rw-r--r-- | meta/classes/clutter.bbclass | 2 | ||||
-rw-r--r-- | meta/classes/mirrors.bbclass | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/clutter.bbclass b/meta/classes/clutter.bbclass index 167407dfdc..f5cd04f97f 100644 --- a/meta/classes/clutter.bbclass +++ b/meta/classes/clutter.bbclass | |||
@@ -14,7 +14,7 @@ REALNAME = "${@get_real_name("${BPN}")}" | |||
14 | 14 | ||
15 | CLUTTER_SRC_FTP = "${GNOME_MIRROR}/${REALNAME}/${VERMINOR}/${REALNAME}-${PV}.tar.xz;name=archive" | 15 | CLUTTER_SRC_FTP = "${GNOME_MIRROR}/${REALNAME}/${VERMINOR}/${REALNAME}-${PV}.tar.xz;name=archive" |
16 | 16 | ||
17 | CLUTTER_SRC_GIT = "git://git.gnome.org/${REALNAME}" | 17 | CLUTTER_SRC_GIT = "git://gitlab.gnome.org/GNOME/${REALNAME};protocol=https" |
18 | 18 | ||
19 | SRC_URI = "${CLUTTER_SRC_FTP}" | 19 | SRC_URI = "${CLUTTER_SRC_FTP}" |
20 | S = "${WORKDIR}/${REALNAME}-${PV}" | 20 | S = "${WORKDIR}/${REALNAME}-${PV}" |
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index ed53dfbca6..87bba41472 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass | |||
@@ -69,7 +69,7 @@ ${CPAN_MIRROR} http://search.cpan.org/CPAN/ \n \ | |||
69 | 69 | ||
70 | MIRRORS += "\ | 70 | MIRRORS += "\ |
71 | git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=https \n \ | 71 | git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=https \n \ |
72 | git://git.gnome.org/.* git://git.gnome.org/browse/PATH;protocol=https \n \ | 72 | git://git.gnome.org/.* git://gitlab.gnome.org/GNOME/PATH;protocol=https \n \ |
73 | git://git.savannah.gnu.org/.* git://git.savannah.gnu.org/git/PATH;protocol=https \n \ | 73 | git://git.savannah.gnu.org/.* git://git.savannah.gnu.org/git/PATH;protocol=https \n \ |
74 | git://git.yoctoproject.org/.* git://git.yoctoproject.org/git/PATH;protocol=https \n \ | 74 | git://git.yoctoproject.org/.* git://git.yoctoproject.org/git/PATH;protocol=https \n \ |
75 | git://.*/.* git://HOST/PATH;protocol=https \n \ | 75 | git://.*/.* git://HOST/PATH;protocol=https \n \ |