mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
Add missing SUMMARY values
These recipes all had a long DESCRIPTION but no SUMMARY; since the
SUMMARY is often displayed alone by package managers and the default
value ("${PN} version ${PV}") isn't particularly useful, we should
always try to set SUMMARY.
(From OE-Core rev: db02edd2e9d7645592933cbb25ea0ca4d6561392)
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
cec8b230cf
commit
e792f5470b
@@ -1,6 +1,7 @@
|
||||
# Copyright (C) 2013 Khem Raj <raj.khem@gmail.com>
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
SUMMARY = "Library of utility functions from BSD systems"
|
||||
DESCRIPTION = "This library provides useful functions commonly found on BSD systems, \
|
||||
and lacking on others like GNU systems, thus making it easier to port \
|
||||
projects with strong BSD origins, without needing to embed the same \
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
SUMMARY = "Character encoding support library"
|
||||
DESCRIPTION = "GNU libiconv - libiconv is for you if your application needs to support \
|
||||
multiple character encodings, but that support lacks from your system."
|
||||
HOMEPAGE = "http://www.gnu.org/software/libiconv"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
SUMMARY = "Character encoding support library"
|
||||
DESCRIPTION = "GNU libiconv - libiconv is for you if your application needs to support \
|
||||
multiple character encodings, but that support lacks from your system."
|
||||
HOMEPAGE = "http://www.gnu.org/software/libiconv"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
SUMMARY = "libusb-0.1 compatibility layer for libusb1"
|
||||
DESCRIPTION = "libusb-0.1 compatible layer for libusb1, a drop-in replacement \
|
||||
that aims to look, feel and behave exactly like libusb-0.1"
|
||||
HOMEPAGE = "http://www.libusb.org/"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
SUMMARY = "Name Service Switch module for resolving the local hostname"
|
||||
DESCRIPTION = "plugin for the GNU Name Service Switch (NSS) functionality of \
|
||||
the GNU C Library (glibc) providing host name resolution for the locally \
|
||||
configured system hostname as returned by gethostname(2)."
|
||||
|
||||
Reference in New Issue
Block a user