From: Alexander Kanavin Date: Thu, 24 Aug 2017 13:53:14 +0000 (+0300) Subject: ninja: fix upstream version check X-Git-Tag: 2017-10~434 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5ec2f83b862a3a913e8e12e1064fb53515fa585b;p=openembedded-core.git ninja: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/ninja/ninja_1.7.2.bb b/meta/recipes-devtools/ninja/ninja_1.7.2.bb index 20dca2f0af..4d3b272309 100644 --- a/meta/recipes-devtools/ninja/ninja_1.7.2.bb +++ b/meta/recipes-devtools/ninja/ninja_1.7.2.bb @@ -8,6 +8,7 @@ DEPENDS = "re2c-native ninja-native" SRCREV = "717b7b4a31db6027207588c0fb89c3ead384747b" SRC_URI = "git://github.com/martine/ninja.git;branch=release" +UPSTREAM_CHECK_GITTAGREGEX = "v(?P.*)" S = "${WORKDIR}/git"