diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-03-31 07:26:34 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-13 13:53:44 +0100 |
commit | 9f96e494687f513509e52c645bbcb86dfdf2c4f9 (patch) | |
tree | 1a39d3ba7f8ba5b8ef508c9f90a20bd31bcf7c14 /meta/recipes-devtools/rust | |
parent | ba94f9a3b1960cc0fdc831c20a9d2f8ad289f307 (diff) | |
download | poky-9f96e494687f513509e52c645bbcb86dfdf2c4f9.tar.gz |
meta/recipes: ensure all recipes have a SUMMARY
DESCRIPTION is optional for now; writing good component descriptions
is not easy (but appreciated).
(From OE-Core rev: 9ce4f9248db3db70732d886a18ea355f321bd49d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust')
-rw-r--r-- | meta/recipes-devtools/rust/cargo_1.68.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/rust/rust-cross-canadian.inc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rust/cargo_1.68.2.bb b/meta/recipes-devtools/rust/cargo_1.68.2.bb index 2b2394e898..a5c1064106 100644 --- a/meta/recipes-devtools/rust/cargo_1.68.2.bb +++ b/meta/recipes-devtools/rust/cargo_1.68.2.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SUMMARY ?= "Cargo, a package manager for Rust." | 1 | SUMMARY = "Cargo, a package manager for Rust." |
2 | HOMEPAGE = "https://crates.io" | 2 | HOMEPAGE = "https://crates.io" |
3 | LICENSE = "MIT | Apache-2.0" | 3 | LICENSE = "MIT | Apache-2.0" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
diff --git a/meta/recipes-devtools/rust/rust-cross-canadian.inc b/meta/recipes-devtools/rust/rust-cross-canadian.inc index 17f933959f..8d0dc6a4e2 100644 --- a/meta/recipes-devtools/rust/rust-cross-canadian.inc +++ b/meta/recipes-devtools/rust/rust-cross-canadian.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Rust compiler and runtime libaries (cross-canadian for ${TARGET_ARCH} target)" | ||
1 | PN = "rust-cross-canadian-${TRANSLATED_TARGET_ARCH}" | 2 | PN = "rust-cross-canadian-${TRANSLATED_TARGET_ARCH}" |
2 | 3 | ||
3 | inherit rust-target-config | 4 | inherit rust-target-config |