summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-09-11 17:34:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-12 07:43:39 +0100
commit6176f8c95e444766fd3e8b89f0be686a03800268 (patch)
treed59ab0b6eddf2ae610f466df3095616467e6e696
parent3230378d651ecc53ff5cac1aaa24f35d5cea8665 (diff)
downloadopenembedded-core-contrib-6176f8c95e444766fd3e8b89f0be686a03800268.tar.gz
cargo-c-native: fix version check
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb b/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb
index 4f34f50ca9..44423b7aa8 100644
--- a/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb
+++ b/meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb
@@ -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"