From: Alexander Kanavin Date: Wed, 17 Jan 2018 11:13:59 +0000 (+0100) Subject: lz4: fix upstream version check X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a3eb3280cc0f33491cdc478086e4cfcd5ecc52d6;p=openembedded-core.git lz4: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Armin Kuster --- 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