From 9f96e494687f513509e52c645bbcb86dfdf2c4f9 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 31 Mar 2023 07:26:34 +0200 Subject: 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/rust/cargo_1.68.2.bb | 2 +- meta/recipes-devtools/rust/rust-cross-canadian.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/rust') 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 @@ -SUMMARY ?= "Cargo, a package manager for Rust." +SUMMARY = "Cargo, a package manager for Rust." HOMEPAGE = "https://crates.io" LICENSE = "MIT | Apache-2.0" 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 @@ +SUMMARY = "Rust compiler and runtime libaries (cross-canadian for ${TARGET_ARCH} target)" PN = "rust-cross-canadian-${TRANSLATED_TARGET_ARCH}" inherit rust-target-config -- cgit v1.2.3-54-g00ecf