summaryrefslogtreecommitdiffstats
path: root/meta/recipes-example/rust-hello-world
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-example/rust-hello-world')
-rw-r--r--meta/recipes-example/rust-hello-world/rust-hello-world_git.bb2
1 files changed, 2 insertions, 0 deletions
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"