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/clutter.bbclass | |
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/clutter.bbclass')
-rw-r--r-- | meta/classes/clutter.bbclass | 2 |
1 files changed, 1 insertions, 1 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}" |