mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
Replace one-line DESCRIPTION with SUMMARY
A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. (From OE-Core rev: b8feee3cf21f70ba4ec3b822d2f596d4fc02a292) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
63819fba7c
commit
cec8b230cf
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "LSB support for OpenEmbedded"
|
||||
SUMMARY = "LSB support for OpenEmbedded"
|
||||
SECTION = "console/utils"
|
||||
HOMEPAGE = "http://prdownloads.sourceforge.net/lsb"
|
||||
LICENSE = "GPLv2+"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "SysV init scripts which only is used in an LSB image"
|
||||
SUMMARY = "SysV init scripts which are only used in an LSB image"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2"
|
||||
DEPENDS = "popt glib-2.0"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "automate test for lsb"
|
||||
SUMMARY = "Automates Linux Standard Base (LSB) tests"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPLv2"
|
||||
PR = "r3"
|
||||
|
||||
Reference in New Issue
Block a user