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:
Paul Eggleton
2013-12-19 15:13:01 +00:00
committed by Richard Purdie
parent 63819fba7c
commit cec8b230cf
299 changed files with 400 additions and 397 deletions

View File

@@ -1,4 +1,4 @@
DESCRIPTION = "ALSA sound library"
SUMMARY = "ALSA sound library"
HOMEPAGE = "http://www.alsa-project.org"
BUGTRACKER = "https://bugtrack.alsa-project.org/alsa-bug/login_page.php"
SECTION = "libs/multimedia"

View File

@@ -1,4 +1,4 @@
DESCRIPTION = "Alsa Tools package contains advanced tools for certain sound cards."
SUMMARY = "Advanced tools for certain ALSA sound card drivers"
HOMEPAGE = "http://www.alsa-project.org"
BUGTRACKER = "https://bugtrack.alsa-project.org/alsa-bug/login_page.php"
SECTION = "console/utils"

View File

@@ -1,11 +1,12 @@
require alsa-utils_${PV}.bb
SUMMARY = "Shell script that creates ALSA configuration files"
FILESEXTRAPATHS_prepend := "${THISDIR}/alsa-utils:"
PACKAGES = "${PN}"
RDEPENDS_${PN} += "bash"
DESCRIPTION_${PN} = "a bash script that creates ALSA configuration files"
FILES_${PN} = "${sbindir}/alsaconf"
S = "${WORKDIR}/alsa-utils-${PV}"

View File

@@ -1,4 +1,4 @@
DESCRIPTION = "ALSA Utilities"
SUMMARY = "ALSA sound utilities"
HOMEPAGE = "http://www.alsa-project.org"
BUGTRACKER = "https://bugtrack.alsa-project.org/alsa-bug/login_page.php"
SECTION = "console/utils"
@@ -59,15 +59,15 @@ FILES_alsa-utils-alsaloop = "${bindir}/alsaloop"
FILES_alsa-utils-alsaucm = "${bindir}/alsaucm"
DESCRIPTION_alsa-utils-aplay = "play (and record) sound files via ALSA"
DESCRIPTION_alsa-utils-amixer = "command-line based control for ALSA mixer and settings"
DESCRIPTION_alsa-utils-alsamixer = "ncurses based control for ALSA mixer and settings"
DESCRIPTION_alsa-utils-speakertest = "ALSA surround speaker test utility"
DESCRIPTION_alsa-utils-midi = "miscalleanous MIDI utilities for ALSA"
DESCRIPTION_alsa-utils-aconnect = "ALSA sequencer connection manager"
DESCRIPTION_alsa-utils-aseqnet = "network client/server on ALSA sequencer"
DESCRIPTION_alsa-utils-alsactl = "saves/restores ALSA-settings in /etc/asound.state"
DESCRIPTION_alsa-utils-alsaucm = "ALSA Use Case Manager"
SUMMARY_alsa-utils-aplay = "Play (and record) sound files using ALSA"
SUMMARY_alsa-utils-amixer = "Command-line control for ALSA mixer and settings"
SUMMARY_alsa-utils-alsamixer = "ncurses-based control for ALSA mixer and settings"
SUMMARY_alsa-utils-speakertest = "ALSA surround speaker test utility"
SUMMARY_alsa-utils-midi = "Miscellaneous MIDI utilities for ALSA"
SUMMARY_alsa-utils-aconnect = "ALSA sequencer connection manager"
SUMMARY_alsa-utils-aseqnet = "Network client/server for ALSA sequencer"
SUMMARY_alsa-utils-alsactl = "Saves/restores ALSA-settings in /etc/asound.state"
SUMMARY_alsa-utils-alsaucm = "ALSA Use Case Manager"
RRECOMMENDS_alsa-utils-alsactl = "alsa-states"