]> code.ossystems Code Review - openembedded-core.git/commitdiff
libva-utils: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 2 Sep 2020 21:13:26 +0000 (23:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Sep 2020 08:44:00 +0000 (09:44 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libva/libva-utils_2.8.0.bb

index fbc5a0583ee5c3ccf605f30b4fdf0c6fc02ed32f..78e38053394b97db0e3c0d06ab7c449169cc5e64 100644 (file)
@@ -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"