diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-02-22 16:51:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 12:54:20 +0000 |
commit | 41b8c42a9089ccfbb7a53ff7ea80a282d19fea07 (patch) | |
tree | 931e2c176fad489ea9ae515be40b8006866ebd0e /meta/recipes-graphics/libva | |
parent | e5c5db953ad29d33a9916ceccb5da7851d67ea11 (diff) | |
download | openembedded-core-41b8c42a9089ccfbb7a53ff7ea80a282d19fea07.tar.gz openembedded-core-41b8c42a9089ccfbb7a53ff7ea80a282d19fea07.tar.bz2 openembedded-core-41b8c42a9089ccfbb7a53ff7ea80a282d19fea07.zip |
libva: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/libva')
-rw-r--r-- | meta/recipes-graphics/libva/libva_1.7.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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<pver>(\d+(\.\d+)+))" S = "${WORKDIR}/git" |