[OE-core] [rocko][PATCH 1/2] lz4: fix upstream version check
Jan Siegmund
jan.siegmund0 at hm.edu
Wed Jan 17 11:13:59 UTC 2018
From: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
meta/recipes-support/lz4/lz4_1.7.4.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-support/lz4/lz4_1.7.4.bb b/meta/recipes-support/lz4/lz4_1.7.4.bb
index 1e98c1b..9e86985 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<pver>.*)"
S = "${WORKDIR}/git"
inherit ptest
--
2.7.4
More information about the Openembedded-core
mailing list