diff options
Diffstat (limited to 'meta/recipes-example')
| -rw-r--r-- | meta/recipes-example/rust-hello-world/rust-hello-world_git.bb | 2 |
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 += "\ | |||
| 8 | file://0001-enable-LTO.patch \ | 8 | file://0001-enable-LTO.patch \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 12 | |||
| 11 | SUMMARY = "Hello World by Cargo for Rust" | 13 | SUMMARY = "Hello World by Cargo for Rust" |
| 12 | HOMEPAGE = "https://github.com/meta-rust/rust-hello-world" | 14 | HOMEPAGE = "https://github.com/meta-rust/rust-hello-world" |
| 13 | LICENSE = "MIT | Apache-2.0" | 15 | LICENSE = "MIT | Apache-2.0" |
