diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-10-04 14:18:00 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-09 12:33:16 +0000 |
commit | cf7ef206c8b1d9be940b004494d70084c5df10c1 (patch) | |
tree | fedd5e3f2621d5c24cf4afc1e0dfdf57a6d516e2 /meta/recipes-support | |
parent | 1333df6b38cf514c555591bc1171c2cbd9b0a712 (diff) | |
download | poky-cf7ef206c8b1d9be940b004494d70084c5df10c1.tar.gz |
lz4: fix upstream version check
(From OE-Core rev: c6606acfe3a8c831de9b19749aaa61a3888aecbe)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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 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 \ | |||
14 | file://0001-tests-Makefile-don-t-use-LIBDIR-as-variable.patch \ | 14 | file://0001-tests-Makefile-don-t-use-LIBDIR-as-variable.patch \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)" | ||
17 | 18 | ||
18 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
19 | inherit ptest | 20 | inherit ptest |