mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
lz4: fix upstream version check
(From OE-Core rev: a3eb3280cc0f33491cdc478086e4cfcd5ecc52d6) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
850df2c3a8
commit
3af416deac
@@ -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