mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
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 <mark.hatle@windriver.com>
This commit is contained in:
committed by
Richard Purdie
parent
fa647b9176
commit
daa21c1e0a
@@ -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+"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 <tytso@mit.edu>"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user