diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-21 22:51:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:18 +0000 |
commit | e792f5470bbe23aa72c257eec5caa289da665d98 (patch) | |
tree | 8d642768f55c28abd91722df9de6493befafc2cb | |
parent | cec8b230cf2b459dc47deeaa201dd13055b5fb9a (diff) | |
download | poky-e792f5470bbe23aa72c257eec5caa289da665d98.tar.gz |
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>
20 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.2.bb b/meta/recipes-connectivity/socat/socat_1.7.2.2.bb index f015def60a..398caa350a 100644 --- a/meta/recipes-connectivity/socat/socat_1.7.2.2.bb +++ b/meta/recipes-connectivity/socat/socat_1.7.2.2.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Multipurpose relay for bidirectional data transfer" | ||
1 | DESCRIPTION = "Socat is a relay for bidirectional data \ | 2 | DESCRIPTION = "Socat is a relay for bidirectional data \ |
2 | transfer between two independent data channels." | 3 | transfer between two independent data channels." |
3 | HOMEPAGE = "http://www.dest-unreach.org/socat/" | 4 | HOMEPAGE = "http://www.dest-unreach.org/socat/" |
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.38.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.38.0.bb index ad9ad64f8a..a9c1a4129a 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.38.0.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.38.0.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "GLib networking extensions" | ||
1 | DESCRIPTION = "glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies." | 2 | DESCRIPTION = "glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies." |
2 | HOMEPAGE = "http://git.gnome.org/browse/glib-networking/" | 3 | HOMEPAGE = "http://git.gnome.org/browse/glib-networking/" |
3 | BUGTRACKER = "http://bugzilla.gnome.org" | 4 | BUGTRACKER = "http://bugzilla.gnome.org" |
diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb index 130b1c9494..516d52f81f 100644 --- a/meta/recipes-core/meta/meta-ide-support.bb +++ b/meta/recipes-core/meta/meta-ide-support.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Integrated Development Environment support" | ||
1 | DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE" | 2 | DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE" |
2 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb index f225af04a1..fa1da4e0b2 100644 --- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb +++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | # Copyright (C) 2012 Khem Raj <raj.khem@gmail.com> | 1 | # Copyright (C) 2012 Khem Raj <raj.khem@gmail.com> |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | SUMMARY = "Linux kernel style configuration framework for other projects" | ||
4 | DESCRIPTION = "The kconfig-frontends project aims at centralising \ | 5 | DESCRIPTION = "The kconfig-frontends project aims at centralising \ |
5 | the effort of keeping an up-to-date, out-of-tree, packaging of the \ | 6 | the effort of keeping an up-to-date, out-of-tree, packaging of the \ |
6 | kconfig infrastructure, ready for use by third-party projects. \ | 7 | kconfig infrastructure, ready for use by third-party projects. \ |
diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb index 6367e8f3bb..fd04c97b82 100644 --- a/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb +++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Shared library optimisation tool" | ||
1 | DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables." | 2 | DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables." |
2 | HOMEPAGE = "https://code.launchpad.net/mklibs" | 3 | HOMEPAGE = "https://code.launchpad.net/mklibs" |
3 | SECTION = "devel" | 4 | SECTION = "devel" |
diff --git a/meta/recipes-devtools/perl/liburi-perl_1.60.bb b/meta/recipes-devtools/perl/liburi-perl_1.60.bb index 21e838e2cd..8809a44fc0 100644 --- a/meta/recipes-devtools/perl/liburi-perl_1.60.bb +++ b/meta/recipes-devtools/perl/liburi-perl_1.60.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Perl module to manipulate and access URI strings" | ||
1 | DESCRIPTION = "This package contains the URI.pm module with friends. \ | 2 | DESCRIPTION = "This package contains the URI.pm module with friends. \ |
2 | The module implements the URI class. URI objects can be used to access \ | 3 | The module implements the URI class. URI objects can be used to access \ |
3 | and manipulate the various components that make up these strings." | 4 | and manipulate the various components that make up these strings." |
diff --git a/meta/recipes-devtools/python/python-pyrex_0.9.9.bb b/meta/recipes-devtools/python/python-pyrex_0.9.9.bb index 0ae35b0536..c4dd2e69b0 100644 --- a/meta/recipes-devtools/python/python-pyrex_0.9.9.bb +++ b/meta/recipes-devtools/python/python-pyrex_0.9.9.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Language for writing Python extension modules" | ||
1 | DESCRIPTION = "Pyrex is a language specially designed for writing Python extension modules. \ | 2 | DESCRIPTION = "Pyrex is a language specially designed for writing Python extension modules. \ |
2 | It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \ | 3 | It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \ |
3 | and the messy, low-level world of C." | 4 | and the messy, low-level world of C." |
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index a51ceb49d7..aa169f8d4e 100644 --- a/meta/recipes-devtools/vala/vala.inc +++ b/meta/recipes-devtools/vala/vala.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "C#-like programming language for easing GObject programming" | ||
1 | DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \ | 2 | DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \ |
2 | Vala compiles to plain C and has no runtime environment nor penalities whatsoever." | 3 | Vala compiles to plain C and has no runtime environment nor penalities whatsoever." |
3 | SECTION = "devel" | 4 | SECTION = "devel" |
diff --git a/meta/recipes-extended/hdparm/hdparm_9.43.bb b/meta/recipes-extended/hdparm/hdparm_9.43.bb index 2ba0c42cbe..805f76a6b3 100644 --- a/meta/recipes-extended/hdparm/hdparm_9.43.bb +++ b/meta/recipes-extended/hdparm/hdparm_9.43.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Utility for viewing/manipulating IDE disk drive/driver parameters" | ||
1 | DESCRIPTION = "hdparm is a Linux shell utility for viewing \ | 2 | DESCRIPTION = "hdparm is a Linux shell utility for viewing \ |
2 | and manipulating various IDE drive and driver parameters." | 3 | and manipulating various IDE drive and driver parameters." |
3 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
diff --git a/meta/recipes-gnome/libunique/libunique_1.1.6.bb b/meta/recipes-gnome/libunique/libunique_1.1.6.bb index 31af658a30..c18368997f 100644 --- a/meta/recipes-gnome/libunique/libunique_1.1.6.bb +++ b/meta/recipes-gnome/libunique/libunique_1.1.6.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Library for supporting single instance GTK+ applications" | ||
1 | DESCRIPTION = "Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance." | 2 | DESCRIPTION = "Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance." |
2 | HOMEPAGE = "http://live.gnome.org/LibUnique" | 3 | HOMEPAGE = "http://live.gnome.org/LibUnique" |
3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=libunique" | 4 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=libunique" |
diff --git a/meta/recipes-graphics/directfb/directfb-examples_1.6.0.bb b/meta/recipes-graphics/directfb/directfb-examples_1.6.0.bb index e3030221b3..499060b241 100644 --- a/meta/recipes-graphics/directfb/directfb-examples_1.6.0.bb +++ b/meta/recipes-graphics/directfb/directfb-examples_1.6.0.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Example DirectFB applications" | ||
1 | DESCRIPTION = "The DirectFB-examples package contains a set of simple DirectFB \ | 2 | DESCRIPTION = "The DirectFB-examples package contains a set of simple DirectFB \ |
2 | applications that can be used to test and demonstrate various DirectFB \ | 3 | applications that can be used to test and demonstrate various DirectFB \ |
3 | features" | 4 | features" |
diff --git a/meta/recipes-graphics/glew/glew_1.10.0.bb b/meta/recipes-graphics/glew/glew_1.10.0.bb index e5a63b482a..de25069632 100644 --- a/meta/recipes-graphics/glew/glew_1.10.0.bb +++ b/meta/recipes-graphics/glew/glew_1.10.0.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "OpenGL extension loading library" | ||
1 | DESCRIPTION = "The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library." | 2 | DESCRIPTION = "The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library." |
2 | HOMEPAGE = "http://glew.sourceforge.net/" | 3 | HOMEPAGE = "http://glew.sourceforge.net/" |
3 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=67586" | 4 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=67586" |
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index f8d5bac743..3eef69aed8 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -1,6 +1,7 @@ | |||
1 | # Copyright (C) 2012 Khem Raj <raj.khem@gmail.com> | 1 | # Copyright (C) 2012 Khem Raj <raj.khem@gmail.com> |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | SUMMARY = "Tools for managing Linux kernel modules" | ||
4 | DESCRIPTION = "kmod is a set of tools to handle common tasks with Linux kernel modules like \ | 5 | DESCRIPTION = "kmod is a set of tools to handle common tasks with Linux kernel modules like \ |
5 | insert, remove, list, check properties, resolve dependencies and aliases." | 6 | insert, remove, list, check properties, resolve dependencies and aliases." |
6 | HOMEPAGE = "http://packages.profusion.mobi/kmod/" | 7 | HOMEPAGE = "http://packages.profusion.mobi/kmod/" |
diff --git a/meta/recipes-qt/qt-apps/fotowall_0.9.bb b/meta/recipes-qt/qt-apps/fotowall_0.9.bb index 2e1fbaaec2..48dcc02e2a 100644 --- a/meta/recipes-qt/qt-apps/fotowall_0.9.bb +++ b/meta/recipes-qt/qt-apps/fotowall_0.9.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Creative photo display application" | ||
1 | DESCRIPTION = "Fotowall is a creative tool that allows you to layout your photos or pictures \ | 2 | DESCRIPTION = "Fotowall is a creative tool that allows you to layout your photos or pictures \ |
2 | in a personal way. You can add pictures, then resize, move, change colors, text, shadows, etc.." | 3 | in a personal way. You can add pictures, then resize, move, change colors, text, shadows, etc.." |
3 | 4 | ||
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.19.bb b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.19.bb index c67adbb602..72eca6dab3 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.19.bb +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.19.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SECTION = "x11/utils" | 1 | SECTION = "x11/utils" |
2 | SUMMARY = "rxvt terminal clone supporting unicode" | ||
2 | DESCRIPTION = "rxvt-unicode is a clone of the well known \ | 3 | DESCRIPTION = "rxvt-unicode is a clone of the well known \ |
3 | terminal emulator rxvt, modified to store text in Unicode \ | 4 | terminal emulator rxvt, modified to store text in Unicode \ |
4 | (either UCS-2 or UCS-4) and to use locale-correct input and \ | 5 | (either UCS-2 or UCS-4) and to use locale-correct input and \ |
diff --git a/meta/recipes-support/libbsd/libbsd_0.6.0.bb b/meta/recipes-support/libbsd/libbsd_0.6.0.bb index 771f322a45..70926bf742 100644 --- a/meta/recipes-support/libbsd/libbsd_0.6.0.bb +++ b/meta/recipes-support/libbsd/libbsd_0.6.0.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | # Copyright (C) 2013 Khem Raj <raj.khem@gmail.com> | 1 | # Copyright (C) 2013 Khem Raj <raj.khem@gmail.com> |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | SUMMARY = "Library of utility functions from BSD systems" | ||
4 | DESCRIPTION = "This library provides useful functions commonly found on BSD systems, \ | 5 | DESCRIPTION = "This library provides useful functions commonly found on BSD systems, \ |
5 | and lacking on others like GNU systems, thus making it easier to port \ | 6 | and lacking on others like GNU systems, thus making it easier to port \ |
6 | projects with strong BSD origins, without needing to embed the same \ | 7 | projects with strong BSD origins, without needing to embed the same \ |
diff --git a/meta/recipes-support/libiconv/libiconv_1.11.1.bb b/meta/recipes-support/libiconv/libiconv_1.11.1.bb index dfcff0b96d..c52564a42c 100644 --- a/meta/recipes-support/libiconv/libiconv_1.11.1.bb +++ b/meta/recipes-support/libiconv/libiconv_1.11.1.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Character encoding support library" | ||
1 | DESCRIPTION = "GNU libiconv - libiconv is for you if your application needs to support \ | 2 | DESCRIPTION = "GNU libiconv - libiconv is for you if your application needs to support \ |
2 | multiple character encodings, but that support lacks from your system." | 3 | multiple character encodings, but that support lacks from your system." |
3 | HOMEPAGE = "http://www.gnu.org/software/libiconv" | 4 | HOMEPAGE = "http://www.gnu.org/software/libiconv" |
diff --git a/meta/recipes-support/libiconv/libiconv_1.14.bb b/meta/recipes-support/libiconv/libiconv_1.14.bb index 470900bca7..a670e2c62e 100644 --- a/meta/recipes-support/libiconv/libiconv_1.14.bb +++ b/meta/recipes-support/libiconv/libiconv_1.14.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Character encoding support library" | ||
1 | DESCRIPTION = "GNU libiconv - libiconv is for you if your application needs to support \ | 2 | DESCRIPTION = "GNU libiconv - libiconv is for you if your application needs to support \ |
2 | multiple character encodings, but that support lacks from your system." | 3 | multiple character encodings, but that support lacks from your system." |
3 | HOMEPAGE = "http://www.gnu.org/software/libiconv" | 4 | HOMEPAGE = "http://www.gnu.org/software/libiconv" |
diff --git a/meta/recipes-support/libusb/libusb-compat_0.1.5.bb b/meta/recipes-support/libusb/libusb-compat_0.1.5.bb index de93a36073..c316511b7f 100644 --- a/meta/recipes-support/libusb/libusb-compat_0.1.5.bb +++ b/meta/recipes-support/libusb/libusb-compat_0.1.5.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "libusb-0.1 compatibility layer for libusb1" | ||
1 | DESCRIPTION = "libusb-0.1 compatible layer for libusb1, a drop-in replacement \ | 2 | DESCRIPTION = "libusb-0.1 compatible layer for libusb1, a drop-in replacement \ |
2 | that aims to look, feel and behave exactly like libusb-0.1" | 3 | that aims to look, feel and behave exactly like libusb-0.1" |
3 | HOMEPAGE = "http://www.libusb.org/" | 4 | HOMEPAGE = "http://www.libusb.org/" |
diff --git a/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb b/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb index d5ed084ed2..540f22330a 100644 --- a/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb +++ b/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Name Service Switch module for resolving the local hostname" | ||
1 | DESCRIPTION = "plugin for the GNU Name Service Switch (NSS) functionality of \ | 2 | DESCRIPTION = "plugin for the GNU Name Service Switch (NSS) functionality of \ |
2 | the GNU C Library (glibc) providing host name resolution for the locally \ | 3 | the GNU C Library (glibc) providing host name resolution for the locally \ |
3 | configured system hostname as returned by gethostname(2)." | 4 | configured system hostname as returned by gethostname(2)." |