diff mbox series

[meta-lts-mixins,kirkstone/rust-1.68,RFC,4/4] meta/recipes: ensure all recipes have a SUMMARY

Message ID 2b04fc29acca12c671fb84f6f45d76f392b1ea4e.1683220726.git.scott.murray@konsulko.com
State New
Headers show
Series *** SUBJECT HERE *** | expand

Commit Message

Scott Murray May 4, 2023, 5:31 p.m. UTC
From: Alexander Kanavin <alex.kanavin@gmail.com>

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>
[meta/recipes-devtools/rust changes only]
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 recipes-devtools/rust/cargo_1.68.2.bb         | 2 +-
 recipes-devtools/rust/rust-cross-canadian.inc | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-devtools/rust/cargo_1.68.2.bb b/recipes-devtools/rust/cargo_1.68.2.bb
index 2b2394e..a5c1064 100644
--- a/recipes-devtools/rust/cargo_1.68.2.bb
+++ b/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/recipes-devtools/rust/rust-cross-canadian.inc b/recipes-devtools/rust/rust-cross-canadian.inc
index 17f9339..8d0dc6a 100644
--- a/recipes-devtools/rust/rust-cross-canadian.inc
+++ b/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