[oe-commits] [openembedded-core] 02/08: freetype: fix upstream check

git at git.openembedded.org git at git.openembedded.org
Thu May 19 15:18:17 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c7921bcaefe6567857d3a6b5e4b5035b53657e66
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Thu May 19 16:43:07 2016 +0300

    freetype: fix upstream check
    
    Provide UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX for proper
    upstream check.
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/freetype/freetype_2.6.3.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-graphics/freetype/freetype_2.6.3.bb b/meta/recipes-graphics/freetype/freetype_2.6.3.bb
index 3ed9070..bcd5044 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
 SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
            file://use-right-libtool.patch"
 
+UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/freetype/files/freetype2/"
+UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
+
 SRC_URI[md5sum] = "0037b25a8c090bc8a1218e867b32beb1"
 SRC_URI[sha256sum] = "371e707aa522acf5b15ce93f11183c725b8ed1ee8546d7b3af549863045863a2"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list