summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-08-24 16:32:26 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-27 22:30:06 +0100
commit5dba6487d211922cad0a1fa5598ba382246fd92d (patch)
tree22e771eb0af16145e8ac017a9767dae2f9483163 /meta/recipes-graphics
parent759c7d4672d7c22a74b6e980fbec044dfbc16271 (diff)
downloadpoky-5dba6487d211922cad0a1fa5598ba382246fd92d.tar.gz
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/libva/libva_1.8.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libva/libva_1.8.3.bb b/meta/recipes-graphics/libva/libva_1.8.3.bb
index bb5f829fcc..ceeda84283 100644
--- a/meta/recipes-graphics/libva/libva_1.8.3.bb
+++ b/meta/recipes-graphics/libva/libva_1.8.3.bb
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
19 19
20SRC_URI = "git://github.com/01org/libva.git;protocol=http;branch=v1.8-branch " 20SRC_URI = "git://github.com/01org/libva.git;protocol=http;branch=v1.8-branch "
21SRCREV = "457470987cc9df5976ce8c72ffd4bfbd9baaf0f9" 21SRCREV = "457470987cc9df5976ce8c72ffd4bfbd9baaf0f9"
22UPSTREAM_CHECK_GITTAGREGEX = "libva-(?P<pver>(\d+(\.\d+)+))" 22UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>(\d+(\.\d+)+))$"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25