summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-30 10:03:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-04 11:03:56 +0100
commit25bac865def42650c0c0323322158ba338e8b753 (patch)
tree6cd2769573a6ee5e3078f228403a8f3ad4d96ecb
parent3ad9909e5925b5cca6420e6716155b854fc68843 (diff)
downloadpoky-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>
-rw-r--r--meta/classes/clutter.bbclass2
-rw-r--r--meta/classes/mirrors.bbclass2
-rw-r--r--meta/conf/bitbake.conf2
-rw-r--r--meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb2
-rw-r--r--meta/recipes-core/glib-networking/glib-networking_2.54.1.bb2
-rw-r--r--meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb4
-rw-r--r--meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/update-output-syntax.patch2
-rw-r--r--meta/recipes-support/libxslt/libxslt/fix-rvts-handling.patch2
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
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 \
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}"
627APACHE_MIRROR = "http://archive.apache.org/dist" 627APACHE_MIRROR = "http://archive.apache.org/dist"
628DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" 628DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool"
629GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" 629GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
630GNOME_GIT = "git://git.gnome.org" 630GNOME_GIT = "git://gitlab.gnome.org/GNOME"
631GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" 631GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
632GNU_MIRROR = "http://ftp.gnu.org/gnu" 632GNU_MIRROR = "http://ftp.gnu.org/gnu"
633GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" 633GNUPG_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"
7PV = "20170310" 7PV = "20170310"
8PE = "1" 8PE = "1"
9 9
10SRC_URI = "git://git.gnome.org/mobile-broadband-provider-info \ 10SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info;protocol=https \
11 file://multilibfix.patch \ 11 file://multilibfix.patch \
12" 12"
13S = "${WORKDIR}/git" 13S = "${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 @@
1SUMMARY = "GLib networking extensions" 1SUMMARY = "GLib networking extensions"
2DESCRIPTION = "glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies." 2DESCRIPTION = "glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies."
3HOMEPAGE = "http://git.gnome.org/browse/glib-networking/" 3HOMEPAGE = "https://gitlab.gnome.org/GNOME/glib-networking/"
4BUGTRACKER = "http://bugzilla.gnome.org" 4BUGTRACKER = "http://bugzilla.gnome.org"
5 5
6LICENSE = "LGPLv2" 6LICENSE = "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
8HOMEPAGE = "https://git.gnome.org/browse/cantarell-fonts/" 8HOMEPAGE = "https://gitlab.gnome.org/GNOME/cantarell-fonts/"
9SECTION = "fonts" 9SECTION = "fonts"
10LICENSE = "OFL-1.1" 10LICENSE = "OFL-1.1"
11LIC_FILES_CHKSUM = "file://COPYING;md5=df91e3ffcab8cfb972a66bf11255188d" 11LIC_FILES_CHKSUM = "file://COPYING;md5=df91e3ffcab8cfb972a66bf11255188d"
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=df91e3ffcab8cfb972a66bf11255188d"
13PV = "0.0.24" 13PV = "0.0.24"
14 14
15SRCREV = "07b6ea2cbbebfc360aa4668612a376be5e214eaa" 15SRCREV = "07b6ea2cbbebfc360aa4668612a376be5e214eaa"
16SRC_URI = "git://git.gnome.org/cantarell-fonts;protocol=git;branch=master" 16SRC_URI = "git://gitlab.gnome.org/GNOME/cantarell-fonts;protocol=https;branch=master"
17UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!0\.13)(?!0\.10\.1)\d+\.\d+(\.\d+)+)" 17UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!0\.13)(?!0\.10\.1)\d+\.\d+(\.\d+)+)"
18 18
19S = "${WORKDIR}/git" 19S = "${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`
3match what Automake does 3match what Automake does
4 4
5Upstream-Status: Accepted 5Upstream-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
8Signed-off-by: Maxin B. John <maxin.john@intel.com> 8Signed-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
5Set the context variable to NULL when evaluating EXSLT functions. 5Set the context variable to NULL when evaluating EXSLT functions.
6Fixes potential use-after-free errors or memory leaks. 6Fixes potential use-after-free errors or memory leaks.
7 7
8Upstream-Status: Backport [https://git.gnome.org/browse/libxslt/commit/?id=8bd32f7753ac253a54279a0b6a88d15a57076bb0] 8Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/libxslt/commit/8bd32f7753ac253a54279a0b6a88d15a57076bb0]
9bug: 792580 9bug: 792580
10Signed-off-by: Andrej Valek <andrej.valek@siemens.com> 10Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
11 11