mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
@@ -14,7 +14,7 @@ REALNAME = "${@get_real_name("${BPN}")}"
|
||||
|
||||
CLUTTER_SRC_FTP = "${GNOME_MIRROR}/${REALNAME}/${VERMINOR}/${REALNAME}-${PV}.tar.xz;name=archive"
|
||||
|
||||
CLUTTER_SRC_GIT = "git://git.gnome.org/${REALNAME}"
|
||||
CLUTTER_SRC_GIT = "git://gitlab.gnome.org/GNOME/${REALNAME};protocol=https"
|
||||
|
||||
SRC_URI = "${CLUTTER_SRC_FTP}"
|
||||
S = "${WORKDIR}/${REALNAME}-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user