diff options
-rw-r--r-- | meta/recipes-support/lz4/lz4_1.7.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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<pver>.*)" S = "${WORKDIR}/git" inherit ptest |