mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 12: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 = "Apache Portable Runtime (APR) companion library"
|
||||
SUMMARY = "Apache Portable Runtime (APR) companion library"
|
||||
HOMEPAGE = "http://apr.apache.org/"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "apr expat gdbm"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Apache Portable Runtime (APR) library"
|
||||
SUMMARY = "Apache Portable Runtime (APR) library"
|
||||
HOMEPAGE = "http://apr.apache.org/"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "util-linux"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "GNU Aspell spell-checker"
|
||||
SUMMARY = "GNU Aspell spell-checker"
|
||||
SECTION = "console/utils"
|
||||
LICENSE="LGPLv2 | LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "An accessibility toolkit for GNOME."
|
||||
SUMMARY = "Accessibility toolkit for GNOME"
|
||||
HOMEPAGE = "http://live.gnome.org/GAP/"
|
||||
BUGTRACKER = "https://bugzilla.gnome.org/"
|
||||
SECTION = "x11/libs"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "utilities for access control list"
|
||||
SUMMARY = "Utilities for managing POSIX Access Control Lists"
|
||||
HOMEPAGE = "http://savannah.nongnu.org/projects/acl/"
|
||||
SECTION = "libs"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "utilities for manipulating filesystem extended attributes"
|
||||
SUMMARY = "Utilities for manipulating filesystem extended attributes"
|
||||
HOMEPAGE = "http://savannah.nongnu.org/projects/attr/"
|
||||
SECTION = "libs"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Copyright (C) 2004-2005, Advanced Micro Devices, Inc. All Rights Reserved
|
||||
# Released under the MIT license (see packages/COPYING)
|
||||
|
||||
DESCRIPTION="Beecrypt is a general-purpose cryptography library."
|
||||
SUMMARY = "A general-purpose cryptography library"
|
||||
HOMEPAGE="http://sourceforge.net/projects/beecrypt"
|
||||
SRC_URI="${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \
|
||||
file://disable-icu-check.patch \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
include boost-${PV}.inc
|
||||
|
||||
DESCRIPTION = "Portable Boost.Jam build tool for boost"
|
||||
SUMMARY = "Portable Boost.Jam build tool for boost"
|
||||
SECTION = "devel"
|
||||
|
||||
inherit native
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Free peer-reviewed portable C++ source libraries"
|
||||
SUMMARY = "Free peer-reviewed portable C++ source libraries"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "bjam-native zlib bzip2"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "ConsoleKit is a framework for defining and tracking users, login sessions, and seats."
|
||||
SUMMARY = "Framework for defining and tracking users, login sessions, and seats"
|
||||
HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit"
|
||||
BUGTRACKER="https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "createrepo creates rpm-metadata for rpms to build the repository"
|
||||
SUMMARY = "Creates metadata indexes for RPM package repositories"
|
||||
HOMEPAGE = "http://createrepo.baseurl.org/"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Command line tool and library for client-side URL transfers."
|
||||
SUMMARY = "Command line tool and library for client-side URL transfers"
|
||||
HOMEPAGE = "http://curl.haxx.se/"
|
||||
BUGTRACKER = "http://curl.haxx.se/mail/list.cgi?list=curl-tracker"
|
||||
SECTION = "console/network"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
# at once - DB3 and DB5 can both be installed on the
|
||||
# same system at the same time if really necessary.
|
||||
SECTION = "libs"
|
||||
DESCRIPTION = "Berkeley DB v5."
|
||||
SUMMARY = "Berkeley Database v5"
|
||||
HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html"
|
||||
LICENSE = "Sleepycat"
|
||||
VIRTUAL_NAME ?= "virtual/db"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Enchant Spell checker API Library"
|
||||
SUMMARY = "Enchant Spell checker API Library"
|
||||
SECTION = "libs"
|
||||
HOMEPAGE = "http://www.abisource.com/projects/enchant/"
|
||||
BUGTRACKER = "http://bugzilla.abisource.com/enter_bug.cgi?product=Enchant"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
|
||||
SUMMARY = "Key/value database library with extensible hashing"
|
||||
HOMEPAGE = "http://www.gnu.org/software/gdbm/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv3"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
|
||||
SUMMARY = "Key/value database library with extensible hashing"
|
||||
HOMEPAGE = "http://www.gnu.org/software/gdbm/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2+"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "gnupg - GNU privacy guard"
|
||||
SUMMARY = "GNU Privacy Guard - encryption and signing tools"
|
||||
HOMEPAGE = "http://www.gnupg.org/"
|
||||
DEPENDS = "zlib bzip2 readline"
|
||||
SECTION = "console/utils"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "GNU privacy guard - a free PGP replacement (new v2.x)"
|
||||
SUMMARY = "GNU Privacy Guard - encryption and signing tools (2.x)"
|
||||
HOMEPAGE = "http://www.gnupg.org/"
|
||||
LICENSE = "GPLv3 & LGPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "GNU Transport Layer Security Library"
|
||||
SUMMARY = "GNU Transport Layer Security Library"
|
||||
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
|
||||
BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
|
||||
DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap readline"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Library for ASN.1 and DER manipulation"
|
||||
SUMMARY = "Library for ASN.1 and DER manipulation"
|
||||
HOMEPAGE = "http://www.gnu.org/software/libtasn1/"
|
||||
|
||||
LICENSE = "GPLv3+ & LGPLv2.1+"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "IPC library used by GnuPG and GPGME"
|
||||
SUMMARY = "IPC library used by GnuPG and GPGME"
|
||||
HOMEPAGE = "http://www.gnupg.org/related_software/libassuan/"
|
||||
BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "support for getting/setting POSIX.1e capabilities"
|
||||
SUMMARY = "Library for getting/setting POSIX.1e capabilities"
|
||||
HOMEPAGE = "http://sites.google.com/site/fullycapable/"
|
||||
|
||||
# no specific GPL version required
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Check Test Framework"
|
||||
SUMMARY = "Check - unit testing framework for C code"
|
||||
HOMEPAGE = "http://check.sourceforge.net/"
|
||||
SECTION = "devel"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit"
|
||||
SUMMARY = "Cascading Style Sheet (CSS) parsing and manipulation toolkit"
|
||||
HOMEPAGE = "http://www.gnome.org/"
|
||||
BUGTRACKER = "https://bugzilla.gnome.org/"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "libdaemon is a lightweight C library which eases the writing of UNIX daemons."
|
||||
SUMMARY = "libdaemon is a lightweight C library which eases the writing of UNIX daemons."
|
||||
SECTION = "libs"
|
||||
AUTHOR = "Lennart Poettering <lennart@poettering.net>"
|
||||
HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures"
|
||||
SUMMARY = "Library to read the extended image information (EXIF) from JPEG pictures"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/libexif"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv2.1"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Library for file management"
|
||||
SUMMARY = "Library for file management"
|
||||
HOMEPAGE = "http://pcmanfm.sourceforge.net/"
|
||||
|
||||
LICENSE = "GPLv2 & GPLv2+"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "A general purpose cryptographic library based on the code from GnuPG"
|
||||
SUMMARY = "General purpose cryptographic library based on the code from GnuPG"
|
||||
HOMEPAGE = "http://directory.fsf.org/project/libgcrypt/"
|
||||
BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
|
||||
SECTION = "libs"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "a small library that defines common error values for all GnuPG components"
|
||||
SUMMARY = "Small library that defines common error values for all GnuPG components"
|
||||
HOMEPAGE = "http://www.gnupg.org/related_software/libgpg-error/"
|
||||
BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library"
|
||||
SUMMARY = "iCal and scheduling (RFC 2445, 2446, 2447) library"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/freeassociation/"
|
||||
BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16077&atid=116077"
|
||||
LICENSE = "LGPLv2.1 | MPL-1"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Libksba provides an easy API to create and parse X.509 and CMS related objects."
|
||||
SUMMARY = "Easy API to create and parse X.509 and CMS related objects"
|
||||
HOMEPAGE = "http://www.gnupg.org/related_software/libksba/"
|
||||
LICENSE = "GPLv2+ | LGPLv3+ | GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fd541d83f75d038c4e0617b672ed8bda \
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
SUMMARY = "C library for complex number arithmetic with arbitrary precision and correct rounding"
|
||||
DESCRIPTION = "Mpc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It is built upon and follows the same principles as Mpfr"
|
||||
HOMEPAGE = "http://www.multiprecision.org/"
|
||||
LICENSE = "LGPLv3"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "libnl is a library for applications dealing with netlink sockets."
|
||||
SUMMARY = "A library for applications dealing with netlink sockets"
|
||||
HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
|
||||
SECTION = "libs/network"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs."
|
||||
SUMMARY = "Library of simple functions optimized for various CPUs"
|
||||
HOMEPAGE = "http://liboil.freedesktop.org/"
|
||||
BUGTRACKER = "https://bugs.freedesktop.org/"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "A library that provides automatic proxy configuration management"
|
||||
SUMMARY = "Library providing automatic proxy configuration management"
|
||||
HOMEPAGE = "http://code.google.com/p/libproxy/"
|
||||
BUGTRACKER = "http://code.google.com/p/libproxy/issues/list"
|
||||
SECTION = "libs"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "An HTTP library implementation in C"
|
||||
SUMMARY = "An HTTP library implementation in C"
|
||||
HOMEPAGE = "http://www.gnome.org/"
|
||||
BUGTRACKER = "https://bugzilla.gnome.org/"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "The userspace read-copy update library by Mathieu Desnoyers"
|
||||
SUMMARY = "Userspace RCU (read-copy-update) library"
|
||||
HOMEPAGE = "http://lttng.org/urcu"
|
||||
BUGTRACKER = "http://lttng.org/project/issues"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Userspace library to access USB (version 1.0)"
|
||||
SUMMARY = "Userspace library to access USB (version 1.0)"
|
||||
HOMEPAGE = "http://libusb.sf.net"
|
||||
BUGTRACKER = "http://www.libusb.org/report"
|
||||
SECTION = "libs"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "GNOME XSLT library"
|
||||
SUMMARY = "GNOME XSLT library"
|
||||
HOMEPAGE = "http://xmlsoft.org/XSLT/"
|
||||
BUGTRACKER = "https://bugzilla.gnome.org/"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Lossless data compression library"
|
||||
SUMMARY = "Lossless data compression library"
|
||||
HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2+"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding"
|
||||
SUMMARY = "C library for multiple-precision floating-point computations with exact rounding"
|
||||
HOMEPAGE = "http://www.mpfr.org/"
|
||||
LICENSE = "LGPLv3+"
|
||||
SECTION = "devel"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
|
||||
SUMMARY = "An HTTP and WebDAV client library with a C interface"
|
||||
HOMEPAGE = "http://www.webdav.org/neon/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv2+"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "New GNU Portable Threads"
|
||||
SUMMARY = "New GNU Portable Threads library"
|
||||
HOMEPAGE = "http://www.gnupg.org/software/pth/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv3+ & GPLv2+"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Netscape Portable Runtime Library"
|
||||
SUMMARY = "Netscape Portable Runtime Library"
|
||||
HOMEPAGE = "http://www.mozilla.org/projects/nspr/"
|
||||
LICENSE = "GPL-2.0 | MPL-2.0 | LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://configure.in;beginline=3;endline=6;md5=90c2fdee38e45d6302abcfe475c8b5c5 \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "The popt library for parsing command line options."
|
||||
SUMMARY = "Library for parsing command line options"
|
||||
HOMEPAGE = "http://rpm5.org/"
|
||||
SECTION = "libs"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "GNU Portable Threads"
|
||||
SUMMARY = "GNU Portable Threads library"
|
||||
HOMEPAGE = "http://www.gnu.org/software/pth/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2+"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "shared MIME database and spec"
|
||||
SUMMARY = "shared MIME database and spec"
|
||||
HOMEPAGE = "http://freedesktop.org/wiki/Software/shared-mime-info"
|
||||
SECTION = "base"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "An Embeddable SQL Database Engine"
|
||||
SUMMARY = "Embeddable SQL database engine"
|
||||
HOMEPAGE = "http://www.sqlite.org"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "readline ncurses"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "TagLib is a library for reading and editing the meta-data of several popular audio formats"
|
||||
SUMMARY = "Library for reading and editing the meta-data of popular audio formats"
|
||||
SECTION = "libs/multimedia"
|
||||
HOMEPAGE = "http://developer.kde.org/~wheeler/taglib.html"
|
||||
LICENSE = "LGPLv2.1 | MPL-1"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "Creates an 'xuser' account"
|
||||
SUMMARY = "Creates an 'xuser' account used for running X11"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "vte is a virtual terminal emulator"
|
||||
SUMMARY = "Virtual terminal emulator GTK+ widget library"
|
||||
BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
|
||||
LICENSE = "LGPLv2.1+"
|
||||
DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub"
|
||||
|
||||
Reference in New Issue
Block a user