diff options
Diffstat (limited to 'meta')
8 files changed, 9 insertions, 9 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 \ |
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}" | |||
627 | APACHE_MIRROR = "http://archive.apache.org/dist" | 627 | APACHE_MIRROR = "http://archive.apache.org/dist" |
628 | DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" | 628 | DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" |
629 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" | 629 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" |
630 | GNOME_GIT = "git://git.gnome.org" | 630 | GNOME_GIT = "git://gitlab.gnome.org/GNOME" |
631 | GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" | 631 | GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" |
632 | GNU_MIRROR = "http://ftp.gnu.org/gnu" | 632 | GNU_MIRROR = "http://ftp.gnu.org/gnu" |
633 | GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" | 633 | GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" |
diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb index 7b64b25e89..863b15a78d 100644 --- a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb +++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb | |||
@@ -7,7 +7,7 @@ SRCREV = "befcbbc9867e742ac16415660b0b7521218a530c" | |||
7 | PV = "20170310" | 7 | PV = "20170310" |
8 | PE = "1" | 8 | PE = "1" |
9 | 9 | ||
10 | SRC_URI = "git://git.gnome.org/mobile-broadband-provider-info \ | 10 | SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info;protocol=https \ |
11 | file://multilibfix.patch \ | 11 | file://multilibfix.patch \ |
12 | " | 12 | " |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.54.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.54.1.bb index 2a6f8af2b4..5d17a824f0 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.54.1.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.54.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "GLib networking extensions" | 1 | SUMMARY = "GLib networking extensions" |
2 | DESCRIPTION = "glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies." | 2 | DESCRIPTION = "glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies." |
3 | HOMEPAGE = "http://git.gnome.org/browse/glib-networking/" | 3 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/glib-networking/" |
4 | BUGTRACKER = "http://bugzilla.gnome.org" | 4 | BUGTRACKER = "http://bugzilla.gnome.org" |
5 | 5 | ||
6 | LICENSE = "LGPLv2" | 6 | LICENSE = "LGPLv2" |
diff --git a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb index c71ab1165d..9d8fb28281 100644 --- a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb +++ b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb | |||
@@ -5,7 +5,7 @@ DESCRIPTION = "The Cantarell font typeface is designed as a \ | |||
5 | on-screen reading; in particular, reading web pages on an \ | 5 | on-screen reading; in particular, reading web pages on an \ |
6 | HTC Dream mobile phone." | 6 | HTC Dream mobile phone." |
7 | 7 | ||
8 | HOMEPAGE = "https://git.gnome.org/browse/cantarell-fonts/" | 8 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/cantarell-fonts/" |
9 | SECTION = "fonts" | 9 | SECTION = "fonts" |
10 | LICENSE = "OFL-1.1" | 10 | LICENSE = "OFL-1.1" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=df91e3ffcab8cfb972a66bf11255188d" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=df91e3ffcab8cfb972a66bf11255188d" |
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=df91e3ffcab8cfb972a66bf11255188d" | |||
13 | PV = "0.0.24" | 13 | PV = "0.0.24" |
14 | 14 | ||
15 | SRCREV = "07b6ea2cbbebfc360aa4668612a376be5e214eaa" | 15 | SRCREV = "07b6ea2cbbebfc360aa4668612a376be5e214eaa" |
16 | SRC_URI = "git://git.gnome.org/cantarell-fonts;protocol=git;branch=master" | 16 | SRC_URI = "git://gitlab.gnome.org/GNOME/cantarell-fonts;protocol=https;branch=master" |
17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!0\.13)(?!0\.10\.1)\d+\.\d+(\.\d+)+)" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!0\.13)(?!0\.10\.1)\d+\.\d+(\.\d+)+)" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/update-output-syntax.patch b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/update-output-syntax.patch index 5a178e2ef1..19c524b0ac 100644 --- a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/update-output-syntax.patch +++ b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/update-output-syntax.patch | |||
@@ -3,7 +3,7 @@ The terms `FAIL` instead of `FAILED` and `SKIP` instead of `SKIPPED` | |||
3 | match what Automake does | 3 | match what Automake does |
4 | 4 | ||
5 | Upstream-Status: Accepted | 5 | Upstream-Status: Accepted |
6 | [ https://git.gnome.org/browse/gnome-desktop-testing/commit/?id=048850731a640532ef55a61df7357fcc6d2ad501 ] | 6 | [ https://gitlab.gnome.org/GNOME/gnome-desktop-testing/commit/048850731a640532ef55a61df7357fcc6d2ad501 ] |
7 | 7 | ||
8 | Signed-off-by: Maxin B. John <maxin.john@intel.com> | 8 | Signed-off-by: Maxin B. John <maxin.john@intel.com> |
9 | --- | 9 | --- |
diff --git a/meta/recipes-support/libxslt/libxslt/fix-rvts-handling.patch b/meta/recipes-support/libxslt/libxslt/fix-rvts-handling.patch index 424c976d9b..ea3ae51e93 100644 --- a/meta/recipes-support/libxslt/libxslt/fix-rvts-handling.patch +++ b/meta/recipes-support/libxslt/libxslt/fix-rvts-handling.patch | |||
@@ -5,7 +5,7 @@ libxslt-1.1.32: Fix handling of RVTs returned from nested EXSLT functions | |||
5 | Set the context variable to NULL when evaluating EXSLT functions. | 5 | Set the context variable to NULL when evaluating EXSLT functions. |
6 | Fixes potential use-after-free errors or memory leaks. | 6 | Fixes potential use-after-free errors or memory leaks. |
7 | 7 | ||
8 | Upstream-Status: Backport [https://git.gnome.org/browse/libxslt/commit/?id=8bd32f7753ac253a54279a0b6a88d15a57076bb0] | 8 | Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/libxslt/commit/8bd32f7753ac253a54279a0b6a88d15a57076bb0] |
9 | bug: 792580 | 9 | bug: 792580 |
10 | Signed-off-by: Andrej Valek <andrej.valek@siemens.com> | 10 | Signed-off-by: Andrej Valek <andrej.valek@siemens.com> |
11 | 11 | ||