summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb
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-10-18 11:09:39 +0100
commit076b057c468b097620e71061a4917ce615f52af5 (patch)
tree8885be240b31c9c753a176e389b377f3efb8d69b /meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb
parentcaa4a47877c41c19d42969e7e7ccab6c272cb976 (diff)
downloadpoky-076b057c468b097620e71061a4917ce615f52af5.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) (From OE-Core rev: d40c87b003b290a1739039156b27f194f68f12c2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> [Fixup for sumo context] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb')
-rw-r--r--meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb4
1 files changed, 2 insertions, 2 deletions
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"