From: Alexander Kanavin Date: Wed, 4 Oct 2017 11:18:00 +0000 (+0300) Subject: lz4: fix upstream version check X-Git-Tag: uninative-1.8~1197 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c6606acfe3a8c831de9b19749aaa61a3888aecbe;p=openembedded-core.git lz4: fix upstream version check Signed-off-by: Alexander Kanavin --- diff --git a/meta/recipes-support/lz4/lz4_1.7.4.bb b/meta/recipes-support/lz4/lz4_1.7.4.bb index 1e98c1bd4d..9e86985d69 100644 --- a/meta/recipes-support/lz4/lz4_1.7.4.bb +++ b/meta/recipes-support/lz4/lz4_1.7.4.bb @@ -14,6 +14,7 @@ SRC_URI = "git://github.com/lz4/lz4.git \ file://0001-tests-Makefile-don-t-use-LIBDIR-as-variable.patch \ file://run-ptest \ " +UPSTREAM_CHECK_GITTAGREGEX = "v(?P.*)" S = "${WORKDIR}/git" inherit ptest