diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-03 12:14:43 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-04 14:13:33 +0100 |
commit | 7a0ef75f3e0455174a94b8b1a5b61f41cd2b92ba (patch) | |
tree | a4cc898d13d9ed156ea0097ba80217b337f4e12c /meta/recipes-graphics | |
parent | 91874cefb0e00cc2dd6188f36c077c27ac0030de (diff) | |
download | poky-7a0ef75f3e0455174a94b8b1a5b61f41cd2b92ba.tar.gz |
cantarell-fonts: fix upstream check
(From OE-Core rev: 818034caa1e529b546075ad9bec1a85f4bc21ded)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.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.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb index 127f0a1c3b..5183628500 100644 --- a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb +++ b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb | |||
@@ -10,10 +10,11 @@ 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" |
12 | 12 | ||
13 | PV = "0.0.21+git${SRCPV}" | 13 | PV = "0.0.21" |
14 | 14 | ||
15 | SRCREV = "611c169df5287c059d63b0c8f0570647c75c9189" | 15 | SRCREV = "611c169df5287c059d63b0c8f0570647c75c9189" |
16 | SRC_URI = "git://git.gnome.org/cantarell-fonts;protocol=git;branch=master" | 16 | SRC_URI = "git://git.gnome.org/cantarell-fonts;protocol=git;branch=master" |
17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!0\.13)(?!0\.10\.1)\d+\.\d+(\.\d+)+)" | ||
17 | 18 | ||
18 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
19 | 20 | ||