mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1333df6b38
commit
cf7ef206c8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user