summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/clutter.bbclass2
-rw-r--r--meta/classes/mirrors.bbclass2
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
15CLUTTER_SRC_FTP = "${GNOME_MIRROR}/${REALNAME}/${VERMINOR}/${REALNAME}-${PV}.tar.xz;name=archive" 15CLUTTER_SRC_FTP = "${GNOME_MIRROR}/${REALNAME}/${VERMINOR}/${REALNAME}-${PV}.tar.xz;name=archive"
16 16
17CLUTTER_SRC_GIT = "git://git.gnome.org/${REALNAME}" 17CLUTTER_SRC_GIT = "git://gitlab.gnome.org/GNOME/${REALNAME};protocol=https"
18 18
19SRC_URI = "${CLUTTER_SRC_FTP}" 19SRC_URI = "${CLUTTER_SRC_FTP}"
20S = "${WORKDIR}/${REALNAME}-${PV}" 20S = "${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
70MIRRORS += "\ 70MIRRORS += "\
71git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=https \n \ 71git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=https \n \
72git://git.gnome.org/.* git://git.gnome.org/browse/PATH;protocol=https \n \ 72git://git.gnome.org/.* git://gitlab.gnome.org/GNOME/PATH;protocol=https \n \
73git://git.savannah.gnu.org/.* git://git.savannah.gnu.org/git/PATH;protocol=https \n \ 73git://git.savannah.gnu.org/.* git://git.savannah.gnu.org/git/PATH;protocol=https \n \
74git://git.yoctoproject.org/.* git://git.yoctoproject.org/git/PATH;protocol=https \n \ 74git://git.yoctoproject.org/.* git://git.yoctoproject.org/git/PATH;protocol=https \n \
75git://.*/.* git://HOST/PATH;protocol=https \n \ 75git://.*/.* git://HOST/PATH;protocol=https \n \