[oe-commits] [openembedded-core] 41/91: libva: fix upstream version check

git at git.openembedded.org git at git.openembedded.org
Wed Mar 1 12:56:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 41b8c42a9089ccfbb7a53ff7ea80a282d19fea07
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Wed Feb 22 16:51:01 2017 +0200

    libva: fix upstream version check
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/libva/libva_1.7.3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/libva/libva_1.7.3.bb b/meta/recipes-graphics/libva/libva_1.7.3.bb
index 627b39a..6c0b90f 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<pver>(\d+(\.\d+)+))"
 
 S = "${WORKDIR}/git"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list