From daa21c1e0a306c45f06c6fe6adb5fe1d6a90070c Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 27 Sep 2010 19:11:11 -0500 Subject: recipes-bsp: Cleanup package descriptions and summaries [BUGID #281] Evaluate and update each package in recipes-bsp to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle --- meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | 5 ++++- meta/recipes-bsp/grub/grub_0.97.bb | 5 ++++- meta/recipes-bsp/hostap/hostap-utils.inc | 4 +++- meta/recipes-bsp/keymaps/keymaps_1.0.bb | 3 ++- meta/recipes-bsp/libacpi/libacpi_0.2.bb | 4 +++- meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | 9 +++++++-- meta/recipes-bsp/pciutils/pciutils_3.1.5.bb | 1 + meta/recipes-bsp/pm-utils/pm-utils_1.3.0.bb | 3 ++- meta/recipes-bsp/setserial/setserial_2.17.bb | 1 + meta/recipes-bsp/usbutils/usbutils_0.86.bb | 3 ++- 10 files changed, 29 insertions(+), 9 deletions(-) (limited to 'meta/recipes-bsp') diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb index 2778cc69e8..4cbb360850 100644 --- a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb +++ b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb @@ -1,4 +1,7 @@ -DESCRIPTION = "Set of tools for managing notebook power consumption." +SUMMARY = "Utilities for Advanced Power Management" +DESCRIPTION = "The Advanced Power Management (APM) support provides access to \ +battery status information and a set of tools for managing notebook power \ +consumption." SECTION = "base" PRIORITY = "required" LICENSE = "GPLv2+" diff --git a/meta/recipes-bsp/grub/grub_0.97.bb b/meta/recipes-bsp/grub/grub_0.97.bb index 6b6b5b0c29..d1eb645544 100644 --- a/meta/recipes-bsp/grub/grub_0.97.bb +++ b/meta/recipes-bsp/grub/grub_0.97.bb @@ -1,4 +1,7 @@ -DESCRIPTION = "GRUB is the GRand Unified Bootloader." +SUMMARY = "GRUB is the GRand Unified Bootloader" +DESCRIPTION = "GRUB is a GPLed bootloader intended to unify bootloading across x86 \ +operating systems. In addition to loading the Linux kernel, it implements the Multiboot \ +standard, which allows for flexible loading of multiple boot images." HOMEPAGE = "http://www.gnu.org/software/grub/" SECTION = "bootloaders" PRIORITY = "optional" diff --git a/meta/recipes-bsp/hostap/hostap-utils.inc b/meta/recipes-bsp/hostap/hostap-utils.inc index 16880f1196..2a20506a09 100644 --- a/meta/recipes-bsp/hostap/hostap-utils.inc +++ b/meta/recipes-bsp/hostap/hostap-utils.inc @@ -1,4 +1,6 @@ -DESCRIPTION = "User mode helpers for the hostap driver" +SUMMARY = "User mode helpers for the hostap driver" +DESCRIPTION = "The hostap driver supports Host AP mode, it allows for IEEE 802.11 \ +management functions on the host computer and allows the system to act as an access point." HOMEPAGE = "http://hostap.epitest.fi" BUGTRACKER = "http://hostap.epitest.fi/bugz/" LICENSE = "GPLv2" diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/meta/recipes-bsp/keymaps/keymaps_1.0.bb index c24a529f44..7c42758a9a 100644 --- a/meta/recipes-bsp/keymaps/keymaps_1.0.bb +++ b/meta/recipes-bsp/keymaps/keymaps_1.0.bb @@ -1,4 +1,5 @@ -DESCRIPTION = "Keyboard map" +SUMMARY = "Keyboard maps" +DESCRIPTION = "Keymaps and initscript to set the keymap on bootup." SECTION = "base" RDEPENDS_${PN} = "initscripts console-tools" LICENSE = "GPL" diff --git a/meta/recipes-bsp/libacpi/libacpi_0.2.bb b/meta/recipes-bsp/libacpi/libacpi_0.2.bb index 82f82b86da..1bb5299ae9 100644 --- a/meta/recipes-bsp/libacpi/libacpi_0.2.bb +++ b/meta/recipes-bsp/libacpi/libacpi_0.2.bb @@ -1,4 +1,6 @@ -DESCRIPTION = "ACPI data gathering library." +SUMMARY = "ACPI data gathering library." +DESCRIPTION = "General purpose shared library for programs gathering ACPI data on Linux. \ +Thermal zones, battery infomration, fan information and AC states are implemented." SECTION = "base" HOMEPAGE = "http://www.ngolde.de/libacpi.html" LICENSE = "MIT" diff --git a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb index af2db23102..4367a9fec0 100644 --- a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb +++ b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb @@ -1,4 +1,9 @@ -DESCRIPTION = "Tools for zmodem/xmodem/ymodem file transfer" +SUMMARY = "Tools for zmodem/xmodem/ymodem file transfer" +DESCRIPTION = "Lrzsz is a cosmetically modified zmodem/ymodem/xmodem package built from \ +the public-domain version of Chuck Forsberg's rzsz package. \ +These programs use error correcting protocols ({z,x,y}modem) to send (sz, sx, sb) and \ +receive (rz, rx, rb) files over a dial-in serial port from a variety of programs \ +running under various operating systems. " HOMEPAGE = "http://www.ohse.de/uwe/software/lrzsz.html" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ @@ -30,4 +35,4 @@ pkg_postrm() { for util in rz rx rb sz sx sb; do update-alternatives --remove $util ${bindir}/lrz done -} \ No newline at end of file +} diff --git a/meta/recipes-bsp/pciutils/pciutils_3.1.5.bb b/meta/recipes-bsp/pciutils/pciutils_3.1.5.bb index 73fe1cca68..4d75b48739 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.1.5.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.1.5.bb @@ -1,3 +1,4 @@ +SUMMARY = "PCI Utilities" DESCRIPTION = 'The PCI Utilities package contains a library for portable access \ to PCI bus configuration space and several utilities based on this library.' DESCRIPTION_pciutils-ids = 'The list of PCI IDs for pciutils' diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.3.0.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.3.0.bb index cb90f87acc..fef87d3130 100644 --- a/meta/recipes-bsp/pm-utils/pm-utils_1.3.0.bb +++ b/meta/recipes-bsp/pm-utils/pm-utils_1.3.0.bb @@ -1,5 +1,6 @@ SECTION = "base" -DESCRIPTION = "PM hooks" +SUMMARY = "Utilities and scripts for power management" +DESCRIPTION = "Simple shell command line toos to suspect and hibernate." LICENSE="GPL" PR = "r0" diff --git a/meta/recipes-bsp/setserial/setserial_2.17.bb b/meta/recipes-bsp/setserial/setserial_2.17.bb index 29fc59beb6..212a4a8cbf 100644 --- a/meta/recipes-bsp/setserial/setserial_2.17.bb +++ b/meta/recipes-bsp/setserial/setserial_2.17.bb @@ -1,3 +1,4 @@ +SUMMARY = "Controls the configuration of serial ports" DESCRIPTION = "setserial is a program designed to set and/or report the configuration information associated with a serial port" HOMEPAGE = "http://setserial.sourceforge.net" AUTHOR = "Theodore Ts'o " diff --git a/meta/recipes-bsp/usbutils/usbutils_0.86.bb b/meta/recipes-bsp/usbutils/usbutils_0.86.bb index 8e4a3da453..18f22759cb 100644 --- a/meta/recipes-bsp/usbutils/usbutils_0.86.bb +++ b/meta/recipes-bsp/usbutils/usbutils_0.86.bb @@ -1,4 +1,5 @@ -DESCRIPTION = "Host side USB console utilities." +SUMMARY = "Host side USB console utilities." +DESCRIPTION = "Contains the lsusb utility for inspecting the devices connected to the USB bus." HOMEPAGE = "http://www.linux-usb.org" SECTION = "base" PRIORITY = "optional" -- cgit 1.2.3-korg