From: Alexander Kanavin Date: Thu, 24 Aug 2017 13:32:26 +0000 (+0300) Subject: libva: fix upstream version check X-Git-Tag: 2017-10~435 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1f911a3c2ffd2fd5ed9d674ae13b1a9504251f10;p=openembedded-core.git libva: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/libva/libva_1.8.3.bb b/meta/recipes-graphics/libva/libva_1.8.3.bb index bb5f829fcc..ceeda84283 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(\d+(\.\d+)+))" +UPSTREAM_CHECK_GITTAGREGEX = "^(?P(\d+(\.\d+)+))$" S = "${WORKDIR}/git"