summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
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:08:53 +0100
commit842dc807b7a11c75e2be95a66e13b8e87605f639 (patch)
tree777f6774e4bd22dbb7c911be2819ce02213acbba /meta/recipes-graphics
parentfbc735796f473d85055feb9c3927cd5293061bf6 (diff)
downloadpoky-842dc807b7a11c75e2be95a66e13b8e87605f639.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: a6b6af83e344501057b0eb28dce1077992e5a7f3) 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')
-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"