From 6772cb4a1510402c049cefe185b133181dd8208b Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 11 Sep 2023 17:34:18 +0200 Subject: [PATCH] cargo-c-native: fix version check (From OE-Core rev: 6176f8c95e444766fd3e8b89f0be686a03800268) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb | 1 + 1 file changed, 1 insertion(+) 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.*)" SRCREV = "4eaf39ebbbc9ab8f092adf487d5b53435511d619" S = "${WORKDIR}/git"