mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +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 = "Qemu helper utilities from Poky"
|
||||
SUMMARY = "Helper utilities needed by the runqemu script"
|
||||
LICENSE = "GPLv2"
|
||||
RDEPENDS_${PN} = "qemu-native"
|
||||
PR = "r1"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "open source processor emulator"
|
||||
SUMMARY = "Fast open source processor emulator"
|
||||
HOMEPAGE = "http://qemu.org"
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
DEPENDS = "glib-2.0 zlib alsa-lib virtual/libx11 pixman dtc libsdl"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Qemu wrapper script"
|
||||
SUMMARY = "QEMU wrapper script"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user