mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
libva: fix upstream version check
(From OE-Core rev: 1f911a3c2ffd2fd5ed9d674ae13b1a9504251f10) 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
759c7d4672
commit
5dba6487d2
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
|
||||
|
||||
SRC_URI = "git://github.com/01org/libva.git;protocol=http;branch=v1.8-branch "
|
||||
SRCREV = "457470987cc9df5976ce8c72ffd4bfbd9baaf0f9"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "libva-(?P<pver>(\d+(\.\d+)+))"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>(\d+(\.\d+)+))$"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user