]> code.ossystems Code Review - openembedded-core.git/commitdiff
libva: fix upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 22 Feb 2017 14:51:01 +0000 (16:51 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2017 12:54:20 +0000 (12:54 +0000)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/libva/libva_1.7.3.bb

index 627b39a90f201df86c86ffbff02cc048e9f2c2c6..6c0b90f5d38af1c99daf0ba5f7c6e4c9849d4ed4 100644 (file)
@@ -21,6 +21,7 @@ SRC_URI = "git://github.com/01org/libva.git;protocol=http;branch=v1.7-branch \
            file://0001-configure.ac-Use-wayland-scanner-in-PATH.patch \
            file://0001-wayland-Don-t-commit-and-ship-generated-files.patch"
 SRCREV = "dbf9f7e33349c3cee8d131e93a6a4f91255635cb"
+UPSTREAM_CHECK_GITTAGREGEX = "libva-(?P<pver>(\d+(\.\d+)+))"
 
 S = "${WORKDIR}/git"