[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7410/8267] libva: fix upstream version check
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 7410/8267] libva: fix upstream version check
- Date: Sun, 17 Dec 2017 06:12:33 +0000 (UTC)
commit 5dba6487d211922cad0a1fa5598ba382246fd92d
Author: Alexander Kanavin <alexander kanavin linux intel com>
Date: Thu Aug 24 16:32:26 2017 +0300
libva: fix upstream version check
(From OE-Core rev: 1f911a3c2ffd2fd5ed9d674ae13b1a9504251f10)
Signed-off-by: Alexander Kanavin <alexander kanavin linux intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
meta/recipes-graphics/libva/libva_1.8.3.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-graphics/libva/libva_1.8.3.bb b/meta/recipes-graphics/libva/libva_1.8.3.bb
index bb5f829..ceeda84 100644
--- a/meta/recipes-graphics/libva/libva_1.8.3.bb
+++ b/meta/recipes-graphics/libva/libva_1.8.3.bb
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
SRC_URI = "git://github.com/01org/libva.git;protocol=http;branch=v1.8-branch "
SRCREV = "457470987cc9df5976ce8c72ffd4bfbd9baaf0f9"
-UPSTREAM_CHECK_GITTAGREGEX = "libva-(?P<pver>(\d+(\.\d+)+))"
+UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>(\d+(\.\d+)+))$"
S = "${WORKDIR}/git"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]