[oe-commits] [openembedded-core] 10/13: ninja: fix upstream version check

git at git.openembedded.org git at git.openembedded.org
Fri Aug 25 13:03:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 52f9cb939bf743f8d1e77699f5ea5b44571c7b17
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Thu Aug 24 16:53:14 2017 +0300

    ninja: fix upstream version check
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/ninja/ninja_1.7.2.bb | 1 +
 1 file changed, 1 insertion(+)

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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list