mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
libva-utils: fix upstream version check
(From OE-Core rev: 351730edee825f46da4a2bd0cf547f2c14f04ecd) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
adea9902dc
commit
288056c876
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.8-branch"
|
||||
SRCREV = "af101a46d24c3f71a12b9f1ddb0c63626b19b3d8"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$"
|
||||
|
||||
DEPENDS = "libva"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user