diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-05-19 16:43:07 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-19 22:32:07 +0100 |
commit | 69dfa87680990eefced5e6fed6ca150eaf2560c8 (patch) | |
tree | a92521df6fcacc1054fa96cb8329f1f795a09768 /meta/recipes-graphics | |
parent | 9f447baa7cdff80df2b50836f58541cabcc80a06 (diff) | |
download | poky-69dfa87680990eefced5e6fed6ca150eaf2560c8.tar.gz |
freetype: fix upstream check
Provide UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX for proper
upstream check.
(From OE-Core rev: a80a084fc077ee47c279e900d0a9c531c4ee52d8)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/freetype/freetype_2.6.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.6.3.bb b/meta/recipes-graphics/freetype/freetype_2.6.3.bb index 3ed9070120..bcd50444cb 100644 --- a/meta/recipes-graphics/freetype/freetype_2.6.3.bb +++ b/meta/recipes-graphics/freetype/freetype_2.6.3.bb | |||
@@ -15,6 +15,9 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=4af6221506f202774ef74f64932878a1 | |||
15 | SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ | 15 | SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ |
16 | file://use-right-libtool.patch" | 16 | file://use-right-libtool.patch" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/freetype/files/freetype2/" | ||
19 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
20 | |||
18 | SRC_URI[md5sum] = "0037b25a8c090bc8a1218e867b32beb1" | 21 | SRC_URI[md5sum] = "0037b25a8c090bc8a1218e867b32beb1" |
19 | SRC_URI[sha256sum] = "371e707aa522acf5b15ce93f11183c725b8ed1ee8546d7b3af549863045863a2" | 22 | SRC_URI[sha256sum] = "371e707aa522acf5b15ce93f11183c725b8ed1ee8546d7b3af549863045863a2" |
20 | 23 | ||