]> code.ossystems Code Review - openembedded-core.git/commitdiff
libva: fix upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 24 Aug 2017 13:32:26 +0000 (16:32 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 27 Aug 2017 21:29:44 +0000 (22:29 +0100)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libva/libva_1.8.3.bb

index bb5f829fcc50527e8d8076327f6618508bfab714..ceeda842832ece377b86e0926a1ad9bd59408e94 100644 (file)
@@ -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"