From: Alexander Kanavin Date: Mon, 11 Sep 2023 15:34:18 +0000 (+0200) Subject: cargo-c-native: fix version check X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6176f8c95e444766fd3e8b89f0be686a03800268;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git cargo-c-native: fix version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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 4f34f50ca90..44423b7aa87 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.*)" SRCREV = "4eaf39ebbbc9ab8f092adf487d5b53435511d619" S = "${WORKDIR}/git"