mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02: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 = "A daemon for delivering ACPI events."
|
||||
SUMMARY = "A daemon for delivering ACPI events"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/acpid/"
|
||||
BUGTRACKER = "http://sourceforge.net/tracker/?group_id=33140&atid=407341"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Device formfactor information"
|
||||
SUMMARY = "Device formfactor information"
|
||||
SECTION = "base"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset"
|
||||
SUMMARY = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset"
|
||||
SECTION = "kernel/modules"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem"
|
||||
SUMMARY = "Linux kernel userland utilities for the PCMCIA subsystem"
|
||||
HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
|
||||
SECTION = "kernel/userland"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Touchscreen calibration data"
|
||||
SUMMARY = "Touchscreen calibration data"
|
||||
SECTION = "base"
|
||||
PR = "r11"
|
||||
LICENSE = "MIT"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "U-boot bootloader fw_printenv/setenv utils"
|
||||
SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
|
||||
SECTION = "bootloader"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "U-boot bootloader fw_printenv/setenv utils"
|
||||
SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
|
||||
SECTION = "bootloader"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "U-boot bootloader mkimage tool"
|
||||
SUMMARY = "U-Boot bootloader image creation tool"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
|
||||
SECTION = "bootloader"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "U-Boot - the Universal Boot Loader"
|
||||
SUMMARY = "Universal Boot Loader for embedded devices"
|
||||
HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
|
||||
SECTION = "bootloaders"
|
||||
PROVIDES = "virtual/bootloader"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Initscript to manage gadget Ethernet"
|
||||
SUMMARY = "Initscript for enabling USB gadget Ethernet"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "User support binary for the uvesafb kernel module"
|
||||
SUMMARY = "User support binary for the uvesafb kernel module"
|
||||
HOMEPAGE = "http://dev.gentoo.org/~spock/projects/uvesafb/"
|
||||
|
||||
# the copyright info is at the bottom of README, expect break
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "x-load bootloader loader"
|
||||
SUMMARY = "First level bootloader for OMAP SoCs"
|
||||
SECTION = "bootloaders"
|
||||
LICENSE = "GPL"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Daemon to handle device specifc features."
|
||||
SUMMARY = "Daemon to handle device-specific features"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
Reference in New Issue
Block a user