mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 05:39:39 +01:00
libva-utils: fix upstream version check
(From OE-Core rev: 3a881caedd862b6ac0bc4d86bcfb241769dd4956) 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
d139952afd
commit
724293ac6b
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.6-branch"
|
||||
SRCREV = "8ea1eba433dcbceb0e5dcb54b8e3f984987f7a17"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/intel/libva-utils/releases"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
|
||||
|
||||
DEPENDS = "libva"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user