[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7411/8267] ninja: fix upstream version check



commit f512b053b9c69f675ec0c0ccc6c6b95d21db0016
Author: Alexander Kanavin <alexander kanavin linux intel com>
Date:   Thu Aug 24 16:53:14 2017 +0300

    ninja: fix upstream version check
    
    (From OE-Core rev: 5ec2f83b862a3a913e8e12e1064fb53515fa585b)
    
    Signed-off-by: Alexander Kanavin <alexander kanavin linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-devtools/ninja/ninja_1.7.2.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-devtools/ninja/ninja_1.7.2.bb b/meta/recipes-devtools/ninja/ninja_1.7.2.bb
index 20dca2f..4d3b272 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<pver>.*)"
 
 S = "${WORKDIR}/git"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]