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>
This commit is contained in:
Alexander Kanavin
2023-03-31 07:26:34 +02:00
committed by Richard Purdie
parent ba94f9a3b1
commit 9f96e49468
44 changed files with 44 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
DESCRIPTION = "More routines for operating on iterables, beyond itertools"
SUMMARY = "More routines for operating on iterables, beyond itertools"
HOMEPAGE = "https://github.com/erikrose/more-itertools"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"