mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
cargo-c-native: fix version check
(From OE-Core rev: 6176f8c95e444766fd3e8b89f0be686a03800268) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
38106afd0b
commit
6772cb4a15
@@ -11,6 +11,7 @@ SRC_URI = " \
|
||||
git://github.com/lu-zero/cargo-c.git;branch=master;protocol=https \
|
||||
file://0001-Add-Cargo.lock-file.patch \
|
||||
"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
|
||||
|
||||
SRCREV = "4eaf39ebbbc9ab8f092adf487d5b53435511d619"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user