[oe-commits] [openembedded-core] 07/41: freetype: fix upstream version check

git at git.openembedded.org git at git.openembedded.org
Thu Nov 9 12:33:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit 29b0955c33fd905a5c1115e0c1e00b914e739c53
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Wed Oct 4 14:21:28 2017 +0300

    freetype: fix upstream version check
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-graphics/freetype/freetype_2.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/freetype/freetype_2.8.bb b/meta/recipes-graphics/freetype/freetype_2.8.bb
index 8e88e84..062f480 100644
--- a/meta/recipes-graphics/freetype/freetype_2.8.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.8.bb
@@ -16,7 +16,7 @@ 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+)+)"
+UPSTREAM_CHECK_REGEX = "freetype-(?P<pver>\d+(\.\d+)+)"
 
 SRC_URI[md5sum] = "2413ac3eaf508ada019c63959ea81a92"
 SRC_URI[sha256sum] = "a3c603ed84c3c2495f9c9331fe6bba3bb0ee65e06ec331e0a0fb52158291b40b"

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


More information about the Openembedded-commits mailing list