mirror of
https://git.yoctoproject.org/poky
synced 2026-06-06 14:49:50 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5dba6487d2
commit
f512b053b9
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user