From: Alexander Kanavin Date: Thu, 24 Aug 2017 13:53:14 +0000 (+0300) Subject: ninja: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ec2f83b862a3a913e8e12e1064fb53515fa585b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 20dca2f0af5..4d3b272309d 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"