mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00: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 = "opkg configuration files"
|
||||
SUMMARY = "Constructs the main configuration file for opkg"
|
||||
SECTION = "base"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Base configuration files for opkg"
|
||||
SUMMARY = "Base configuration files for opkg"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "Open Package Manager"
|
||||
DESCRIPTION_libopkg = "Open Package Manager Library"
|
||||
DESCRIPTION_update-alternatives-cworth = "Update alternatives"
|
||||
SUMMARY = "Open Package Manager"
|
||||
SUMMARY_libopkg = "Open Package Manager library"
|
||||
SUMMARY_update-alternatives-cworth = "Utility for managing the alternatives system"
|
||||
SECTION = "base"
|
||||
HOMEPAGE = "http://code.google.com/p/opkg/"
|
||||
BUGTRACKER = "http://code.google.com/p/opkg/issues/list"
|
||||
|
||||
Reference in New Issue
Block a user