From: Alexander Kanavin Date: Wed, 22 Feb 2017 14:51:01 +0000 (+0200) Subject: libva: fix upstream version check X-Git-Tag: uninative-1.5~134 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=41b8c42a9089ccfbb7a53ff7ea80a282d19fea07;p=openembedded-core.git libva: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-graphics/libva/libva_1.7.3.bb b/meta/recipes-graphics/libva/libva_1.7.3.bb index 627b39a90f..6c0b90f5d3 100644 --- a/meta/recipes-graphics/libva/libva_1.7.3.bb +++ b/meta/recipes-graphics/libva/libva_1.7.3.bb @@ -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(\d+(\.\d+)+))" S = "${WORKDIR}/git"