From: Alexander Kanavin Date: Wed, 2 Sep 2020 21:13:26 +0000 (+0200) Subject: libva-utils: fix upstream version check X-Git-Tag: 2020-10-gatesgarth~296 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=351730edee825f46da4a2bd0cf547f2c14f04ecd;p=openembedded-core.git libva-utils: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/libva/libva-utils_2.8.0.bb b/meta/recipes-graphics/libva/libva-utils_2.8.0.bb index fbc5a0583e..78e3805339 100644 --- a/meta/recipes-graphics/libva/libva-utils_2.8.0.bb +++ b/meta/recipes-graphics/libva/libva-utils_2.8.0.bb @@ -18,7 +18,7 @@ SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.8-branch" SRCREV = "af101a46d24c3f71a12b9f1ddb0c63626b19b3d8" S = "${WORKDIR}/git" -UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))" +UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))$" DEPENDS = "libva"