From: Alexander Kanavin Date: Wed, 4 Oct 2017 11:18:00 +0000 (+0300) Subject: lz4: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19628 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6606acfe3a8c831de9b19749aaa61a3888aecbe;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 1e98c1bd4d9..9e86985d699 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