From e2e87d82ad1ec071077f29613e2e568196912daa Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 27 Aug 2021 14:24:36 +0200 Subject: rust: fix upstream version checks Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-example/rust-hello-world/rust-hello-world_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-example/rust-hello-world/rust-hello-world_git.bb') diff --git a/meta/recipes-example/rust-hello-world/rust-hello-world_git.bb b/meta/recipes-example/rust-hello-world/rust-hello-world_git.bb index c29eac34e5..3ebd9cc661 100644 --- a/meta/recipes-example/rust-hello-world/rust-hello-world_git.bb +++ b/meta/recipes-example/rust-hello-world/rust-hello-world_git.bb @@ -8,6 +8,8 @@ SRC_URI += "\ file://0001-enable-LTO.patch \ " +UPSTREAM_CHECK_COMMITS = "1" + SUMMARY = "Hello World by Cargo for Rust" HOMEPAGE = "https://github.com/meta-rust/rust-hello-world" LICENSE = "MIT | Apache-2.0" -- cgit 1.2.3-korg