diff options
Diffstat (limited to 'meta/recipes-extended')
43 files changed, 85 insertions, 23 deletions
diff --git a/meta/recipes-extended/at/at_3.1.12.bb b/meta/recipes-extended/at/at_3.1.12.bb index e1df11e47c..c010b3946b 100644 --- a/meta/recipes-extended/at/at_3.1.12.bb +++ b/meta/recipes-extended/at/at_3.1.12.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | DESCRIPTION = "Delayed job execution and batch processing" | 1 | SUMMARY = "Delayed job execution and batch processing" |
2 | DESCRIPTION = "At allows for commands to be run at a particular time. Batch will execute commands when \ | ||
3 | the system load levels drop to a particular level." | ||
2 | SECTION = "base" | 4 | SECTION = "base" |
3 | LICENSE="GPLv2+" | 5 | LICENSE="GPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" |
diff --git a/meta/recipes-extended/blktool/blktool_4-6.bb b/meta/recipes-extended/blktool/blktool_4-6.bb index 74169d668f..1e4ca9dc15 100644 --- a/meta/recipes-extended/blktool/blktool_4-6.bb +++ b/meta/recipes-extended/blktool/blktool_4-6.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "tune low-level block device parameters" | ||
1 | DESCRIPTION = "blktool is used for querying and/or changing settings of a block device. It is like hdparm but a more general tool, as it works on SCSI, IDE and SATA devices" | 2 | DESCRIPTION = "blktool is used for querying and/or changing settings of a block device. It is like hdparm but a more general tool, as it works on SCSI, IDE and SATA devices" |
2 | HOMEPAGE = "http://packages.debian.org/unstable/admin/blktool" | 3 | HOMEPAGE = "http://packages.debian.org/unstable/admin/blktool" |
3 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
diff --git a/meta/recipes-extended/byacc/byacc.inc b/meta/recipes-extended/byacc/byacc.inc index c6a5e38f77..28217dc362 100644 --- a/meta/recipes-extended/byacc/byacc.inc +++ b/meta/recipes-extended/byacc/byacc.inc | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "Berkeley Yacc" | 1 | SUMMARY = "Berkeley LALR Yacc parser generator" |
2 | DESCRIPTION = "A parser generator utility that reads a grammar specification from a file and generates an LR(1) \ | ||
3 | parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C \ | ||
4 | programming language." | ||
2 | SECTION = "devel" | 5 | SECTION = "devel" |
3 | LICENSE = "public domain" | 6 | LICENSE = "public domain" |
4 | 7 | ||
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb index 5e558a29c4..f5b9ac1279 100644 --- a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb +++ b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "Very high-quality data compression program." | 1 | SUMMARY = "Very high-quality data compression program." |
2 | DESCRIPTION = "bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and \ | ||
3 | Huffman coding. Compression is generally considerably better than that achieved by more conventional \ | ||
4 | LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors." | ||
2 | HOMEPAGE = "http://www.bzip.org/" | 5 | HOMEPAGE = "http://www.bzip.org/" |
3 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
4 | LICENSE = "bzip2" | 7 | LICENSE = "bzip2" |
diff --git a/meta/recipes-extended/cpio/cpio_v2.inc b/meta/recipes-extended/cpio/cpio_v2.inc index b571986ef7..3d024af84f 100644 --- a/meta/recipes-extended/cpio/cpio_v2.inc +++ b/meta/recipes-extended/cpio/cpio_v2.inc | |||
@@ -1,4 +1,6 @@ | |||
1 | DESCRIPTION = "GNU cpio is a program to manage archives of files" | 1 | SUMMARY = "GNU cpio is a program to manage archives of files" |
2 | DESCRIPTION = "GNU cpio is a tool for creating and extracting archives, or copying files from one place to \ | ||
3 | another. It handles a number of cpio formats as well as reading and writing tar files." | ||
2 | HOMEPAGE = "http://www.gnu.org/software/cpio/" | 4 | HOMEPAGE = "http://www.gnu.org/software/cpio/" |
3 | SECTION = "base" | 5 | SECTION = "base" |
4 | 6 | ||
diff --git a/meta/recipes-extended/cronie/cronie_1.4.6.bb b/meta/recipes-extended/cronie/cronie_1.4.6.bb index ae7246625f..6b4c64e3b1 100644 --- a/meta/recipes-extended/cronie/cronie_1.4.6.bb +++ b/meta/recipes-extended/cronie/cronie_1.4.6.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Cron daemon for executing programs at set times" | ||
1 | DESCRIPTION = "Cronie contains the standard UNIX daemon crond that runs \ | 2 | DESCRIPTION = "Cronie contains the standard UNIX daemon crond that runs \ |
2 | specified programs at scheduled times and related tools. It is based on the \ | 3 | specified programs at scheduled times and related tools. It is based on the \ |
3 | original cron and has security and configuration enhancements like the \ | 4 | original cron and has security and configuration enhancements like the \ |
diff --git a/meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb b/meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb index f1fde8a591..bc588d7901 100644 --- a/meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb +++ b/meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "cwautomacros" | 1 | DESCRIPTION = "cwautomacros: a collection of autoconf m4 macros" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | HOMEPAGE = "http://cwautomacros.berlios.de/" | 3 | HOMEPAGE = "http://cwautomacros.berlios.de/" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
diff --git a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb index 801b5ff644..9489b35ad3 100644 --- a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb +++ b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Diffutils contains tools used for finding differences between files." | ||
1 | DESCRIPTION = "Diffutils contains the GNU diff, diff3, \ | 2 | DESCRIPTION = "Diffutils contains the GNU diff, diff3, \ |
2 | sdiff, and cmp utilities. These programs are usually \ | 3 | sdiff, and cmp utilities. These programs are usually \ |
3 | used for creating patch files." | 4 | used for creating patch files." |
diff --git a/meta/recipes-extended/ethtool/ethtool_2.6.36.bb b/meta/recipes-extended/ethtool/ethtool_2.6.36.bb index a345084c94..5824ce0846 100644 --- a/meta/recipes-extended/ethtool/ethtool_2.6.36.bb +++ b/meta/recipes-extended/ethtool/ethtool_2.6.36.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Display or change ethernet card settings" | ||
1 | DESCRIPTION = "A small utility for examining and tuning the settings of your ethernet-based network interfaces." | 2 | DESCRIPTION = "A small utility for examining and tuning the settings of your ethernet-based network interfaces." |
2 | HOMEPAGE = "http://sourceforge.net/projects/gkernel/" | 3 | HOMEPAGE = "http://sourceforge.net/projects/gkernel/" |
3 | SECTION = "console/network" | 4 | SECTION = "console/network" |
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc index 08ca2022ee..673eada910 100644 --- a/meta/recipes-extended/findutils/findutils.inc +++ b/meta/recipes-extended/findutils/findutils.inc | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "find, locate, and xargs binaries." | 1 | SUMMARY = "find, locate, and xargs binaries." |
2 | DESCRIPTION = "The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. \ | ||
3 | These programs are typically used in conjunction with other programs to provide modular and powerful directory \ | ||
4 | search and file locating capabilities to other commands." | ||
2 | HOMEPAGE = "http://www.gnu.org/software/findutils/" | 5 | HOMEPAGE = "http://www.gnu.org/software/findutils/" |
3 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" | 6 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" |
4 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
diff --git a/meta/recipes-extended/findutils/findutils_4.2.31.bb b/meta/recipes-extended/findutils/findutils_4.2.31.bb index 2804a3ba3a..3e187b5e4e 100644 --- a/meta/recipes-extended/findutils/findutils_4.2.31.bb +++ b/meta/recipes-extended/findutils/findutils_4.2.31.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "find, locate, and xargs binaries." | 1 | SUMMARY = "find, locate, and xargs binaries." |
2 | DESCRIPTION = "The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. \ | ||
3 | These programs are typically used in conjunction with other programs to provide modular and powerful directory \ | ||
4 | search and file locating capabilities to other commands." | ||
2 | HOMEPAGE = "http://www.gnu.org/software/findutils/" | 5 | HOMEPAGE = "http://www.gnu.org/software/findutils/" |
3 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" | 6 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" |
4 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
diff --git a/meta/recipes-extended/gamin/gamin_0.1.10.bb b/meta/recipes-extended/gamin/gamin_0.1.10.bb index 14aa8e76b6..b6394d2746 100644 --- a/meta/recipes-extended/gamin/gamin_0.1.10.bb +++ b/meta/recipes-extended/gamin/gamin_0.1.10.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Gamin the File Alteration Monitor" | ||
1 | DESCRIPTION = "Gamin is a file and directory monitoring system defined to \ | 2 | DESCRIPTION = "Gamin is a file and directory monitoring system defined to \ |
2 | be a subset of the FAM (File Alteration Monitor) system." | 3 | be a subset of the FAM (File Alteration Monitor) system." |
3 | HOMEPAGE = "http://people.gnome.org/~veillard/gamin/" | 4 | HOMEPAGE = "http://people.gnome.org/~veillard/gamin/" |
diff --git a/meta/recipes-extended/gawk/gawk_3.1.5.bb b/meta/recipes-extended/gawk/gawk_3.1.5.bb index 4bfa23d2e9..eba410e40c 100644 --- a/meta/recipes-extended/gawk/gawk_3.1.5.bb +++ b/meta/recipes-extended/gawk/gawk_3.1.5.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | DESCRIPTION = "A program that you can use to select particular records in a \ | 1 | SUMMARY = "The GNU awk text processing utility" |
2 | file and perform operations upon them." | 2 | DESCRIPTION = "The gawk package contains the GNU version of awk, a text processing \ |
3 | utility. Awk interprets a special-purpose programming language to do \ | ||
4 | quick and easy text pattern matching and reformatting jobs." | ||
3 | HOMEPAGE = "www.gnu.org/software/gawk" | 5 | HOMEPAGE = "www.gnu.org/software/gawk" |
4 | BUGTRACKER = "bug-gawk@gnu.org" | 6 | BUGTRACKER = "bug-gawk@gnu.org" |
5 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
diff --git a/meta/recipes-extended/grep/grep_2.5.1a.bb b/meta/recipes-extended/grep/grep_2.5.1a.bb index d50d5a374e..bb4f53fb02 100644 --- a/meta/recipes-extended/grep/grep_2.5.1a.bb +++ b/meta/recipes-extended/grep/grep_2.5.1a.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | DESCRIPTION = "grep GNU utility" | 1 | SUMMARY = "Pattern matching utilities" |
2 | DESCRIPTION = "The GNU versions of commonly used grep utilities. The grep command searches one or more input \ | ||
3 | files for lines containing a match to a specified pattern." | ||
2 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
3 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
diff --git a/meta/recipes-extended/groff/groff_1.18.1.4.bb b/meta/recipes-extended/groff/groff_1.18.1.4.bb index 02b484ace2..66a6632ae7 100644 --- a/meta/recipes-extended/groff/groff_1.18.1.4.bb +++ b/meta/recipes-extended/groff/groff_1.18.1.4.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | DESCRIPTION = "groff-a short reference for the GNU roff language " | 1 | SUMMARY = "GNU Troff software" |
2 | DESCRIPTION = "The groff (GNU troff) software is a typesetting package which reads plain text mixed with \ | ||
3 | formatting commands and produces formatted output." | ||
2 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
3 | PRIORITY = "required" | 5 | PRIORITY = "required" |
4 | HOMEPAGE = "ftp://ftp.gnu.org/gnu/groff/" | 6 | HOMEPAGE = "ftp://ftp.gnu.org/gnu/groff/" |
diff --git a/meta/recipes-extended/gzip/gzip.inc b/meta/recipes-extended/gzip/gzip.inc index 28df4d4a5d..a44944923c 100644 --- a/meta/recipes-extended/gzip/gzip.inc +++ b/meta/recipes-extended/gzip/gzip.inc | |||
@@ -1,4 +1,6 @@ | |||
1 | DESCRIPTION = "GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU project. Mark Adler wrote the decompression part" | 1 | SUMMARY = "Standard GNU compressor" |
2 | DESCRIPTION = "GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU \ | ||
3 | project. Mark Adler wrote the decompression part" | ||
2 | HOMEPAGE = "http://www.gnu.org/software/gzip/" | 4 | HOMEPAGE = "http://www.gnu.org/software/gzip/" |
3 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
4 | # change to GPLv3+ in 2007/07. Previous GPLv2 version is 1.3.12 | 6 | # change to GPLv3+ in 2007/07. Previous GPLv2 version is 1.3.12 |
diff --git a/meta/recipes-extended/gzip/gzip_1.3.12.bb b/meta/recipes-extended/gzip/gzip_1.3.12.bb index c111e2e24d..df41c1efd4 100644 --- a/meta/recipes-extended/gzip/gzip_1.3.12.bb +++ b/meta/recipes-extended/gzip/gzip_1.3.12.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | DESCRIPTION = "Standard GNU compressor" | 1 | SUMMARY = "Standard GNU compressor" |
2 | DESCRIPTION = "GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU \ | ||
3 | project. Mark Adler wrote the decompression part" | ||
2 | HOMEPAGE = "http://www.gnu.org/software/gzip" | 4 | HOMEPAGE = "http://www.gnu.org/software/gzip" |
3 | SECTION = "base" | 5 | SECTION = "base" |
4 | 6 | ||
diff --git a/meta/recipes-extended/hdparm/hdparm_6.3.bb b/meta/recipes-extended/hdparm/hdparm_6.3.bb index a652302e9c..617433d303 100644 --- a/meta/recipes-extended/hdparm/hdparm_6.3.bb +++ b/meta/recipes-extended/hdparm/hdparm_6.3.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | DESCRIPTION = "hdparm is a Linux shell utility for viewing \ | 1 | SUMMARY = "Utility for displaying and setting hard disk parameters" |
2 | DESCRIPTION = "hdparm is a system 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" |
4 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
diff --git a/meta/recipes-extended/iptables/iptables_1.4.9.bb b/meta/recipes-extended/iptables/iptables_1.4.9.bb index 55736fd467..7c9fbea1c0 100644 --- a/meta/recipes-extended/iptables/iptables_1.4.9.bb +++ b/meta/recipes-extended/iptables/iptables_1.4.9.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | DESCRIPTION = "iptables is the userspace command line program used to configure the Linux 2.4.x and 2.6.x IPv4 packet filtering ruleset" | 1 | SUMMARY = "Tools for managing kernel packaet filtering capabilities" |
2 | DESCRIPTION = "iptables is the userspace command line program used to configure and control network packet \ | ||
3 | filtering code in Linux." | ||
2 | HOMEPAGE = "http://www.netfilter.org/" | 4 | HOMEPAGE = "http://www.netfilter.org/" |
3 | BUGTRACKER = "http://bugzilla.netfilter.org/" | 5 | BUGTRACKER = "http://bugzilla.netfilter.org/" |
4 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPLv2+" |
diff --git a/meta/recipes-extended/iputils/iputils_s20100418.bb b/meta/recipes-extended/iputils/iputils_s20100418.bb index f7458ac376..2b2d76a515 100644 --- a/meta/recipes-extended/iputils/iputils_s20100418.bb +++ b/meta/recipes-extended/iputils/iputils_s20100418.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Network monitoring tools" | ||
1 | DESCRIPTION = "Utilities for the IP protocol, including traceroute6, \ | 2 | DESCRIPTION = "Utilities for the IP protocol, including traceroute6, \ |
2 | tracepath, tracepath6, ping, ping6 and arping." | 3 | tracepath, tracepath6, ping, ping6 and arping." |
3 | HOMEPAGE = "http://www.skbuff.net/iputils" | 4 | HOMEPAGE = "http://www.skbuff.net/iputils" |
diff --git a/meta/recipes-extended/less/less_436.bb b/meta/recipes-extended/less/less_436.bb index 7364631fd5..dcd73bda84 100644 --- a/meta/recipes-extended/less/less_436.bb +++ b/meta/recipes-extended/less/less_436.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Text file viewer similar to more" | ||
1 | DESCRIPTION = "Less is a program similar to more, i.e. a terminal \ | 2 | DESCRIPTION = "Less is a program similar to more, i.e. a terminal \ |
2 | based program for viewing text files and the output from other \ | 3 | based program for viewing text files and the output from other \ |
3 | programs. Less offers many features beyond those that more does." | 4 | programs. Less offers many features beyond those that more does." |
diff --git a/meta/recipes-extended/libaio/libaio_0.3.107.bb b/meta/recipes-extended/libaio/libaio_0.3.107.bb index 4797b50e86..16c7b6b090 100644 --- a/meta/recipes-extended/libaio/libaio_0.3.107.bb +++ b/meta/recipes-extended/libaio/libaio_0.3.107.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | DESCRIPTION="Asynchronous input/output library that uses the kernels native interface" | 1 | SUMMARY = "Asynchronous I/O library" |
2 | DESCRIPTION = "Asynchronous input/output library that uses the kernels native interface" | ||
2 | HOMEPAGE = "http://lse.sourceforge.net/io/aio.html" | 3 | HOMEPAGE = "http://lse.sourceforge.net/io/aio.html" |
3 | 4 | ||
4 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPLv2.1+" |
diff --git a/meta/recipes-extended/libidn/libidn_0.6.14.bb b/meta/recipes-extended/libidn/libidn_0.6.14.bb index 17bb103d9e..c453b79ecc 100644 --- a/meta/recipes-extended/libidn/libidn_0.6.14.bb +++ b/meta/recipes-extended/libidn/libidn_0.6.14.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Internationalized Domain Name support library" | ||
1 | DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." | 2 | DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." |
2 | HOMEPAGE = "http://www.gnu.org/software/libidn/" | 3 | HOMEPAGE = "http://www.gnu.org/software/libidn/" |
3 | SECTION = "libs" | 4 | SECTION = "libs" |
diff --git a/meta/recipes-extended/libidn/libidn_1.19.bb b/meta/recipes-extended/libidn/libidn_1.19.bb index 3edea65b0a..65a8692ab2 100644 --- a/meta/recipes-extended/libidn/libidn_1.19.bb +++ b/meta/recipes-extended/libidn/libidn_1.19.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Internationalized Domain Name support library" | ||
1 | DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." | 2 | DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." |
2 | HOMEPAGE = "http://www.gnu.org/software/libidn/" | 3 | HOMEPAGE = "http://www.gnu.org/software/libidn/" |
3 | SECTION = "libs" | 4 | SECTION = "libs" |
diff --git a/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb b/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb index c4ca0c00d0..6cb4f0efaf 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Transport-Independent RPC library" | ||
1 | DESCRIPTION = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux" | 2 | DESCRIPTION = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux" |
2 | SECTION = "libs/network" | 3 | SECTION = "libs/network" |
3 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
diff --git a/meta/recipes-extended/libuser/libuser_0.56.18.bb b/meta/recipes-extended/libuser/libuser_0.56.18.bb index 55c82a7af9..4a10d8059c 100644 --- a/meta/recipes-extended/libuser/libuser_0.56.18.bb +++ b/meta/recipes-extended/libuser/libuser_0.56.18.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | DESCRIPTION = "The libuser library implements a standardized interface for manipulating and administering user and group accounts" | 1 | SUMMARY = "user and group account administration library" |
2 | DESCRIPTION = "The libuser library implements a standardized interface for manipulating and administering user \ | ||
3 | and group accounts" | ||
2 | HOMEPAGE = "https://fedorahosted.org/libuser/" | 4 | HOMEPAGE = "https://fedorahosted.org/libuser/" |
3 | BUGTRACKER = "https://fedorahosted.org/libuser/newticket" | 5 | BUGTRACKER = "https://fedorahosted.org/libuser/newticket" |
4 | 6 | ||
diff --git a/meta/recipes-extended/lsof/lsof_4.84.bb b/meta/recipes-extended/lsof/lsof_4.84.bb index f9d3fe1777..960d837475 100644 --- a/meta/recipes-extended/lsof/lsof_4.84.bb +++ b/meta/recipes-extended/lsof/lsof_4.84.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "LiSt Open Files tool" | ||
1 | DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \ | 2 | DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \ |
2 | Its name stands for LiSt Open Files, and it does just that." | 3 | Its name stands for LiSt Open Files, and it does just that." |
3 | SECTION = "devel" | 4 | SECTION = "devel" |
diff --git a/meta/recipes-extended/man-pages/man-pages_3.25.bb b/meta/recipes-extended/man-pages/man-pages_3.25.bb index 83e23edaa1..b5b200c98a 100644 --- a/meta/recipes-extended/man-pages/man-pages_3.25.bb +++ b/meta/recipes-extended/man-pages/man-pages_3.25.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Linux man-pages" | ||
1 | DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs" | 2 | DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs" |
2 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
3 | PRIORITY = "required" | 4 | PRIORITY = "required" |
diff --git a/meta/recipes-extended/man/man_1.6e.bb b/meta/recipes-extended/man/man_1.6e.bb index 905f6df342..930cca90c4 100644 --- a/meta/recipes-extended/man/man_1.6e.bb +++ b/meta/recipes-extended/man/man_1.6e.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Online documentation tools" | ||
1 | DESCRIPTION = "A set of documentation tools: man, apropos and whatis" | 2 | DESCRIPTION = "A set of documentation tools: man, apropos and whatis" |
2 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
3 | HOMEPAGE = "http://primates.ximian.com/~flucifredi/man" | 4 | HOMEPAGE = "http://primates.ximian.com/~flucifredi/man" |
diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-23.bb b/meta/recipes-extended/net-tools/net-tools_1.60-23.bb index 843b020cf5..28ca16e07c 100644 --- a/meta/recipes-extended/net-tools/net-tools_1.60-23.bb +++ b/meta/recipes-extended/net-tools/net-tools_1.60-23.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY="A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system" | 1 | SUMMARY="Basic networking tools" |
2 | DESCRIPTION="A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system" | ||
2 | HOMEPAGE = "http://net-tools.berlios.de/" | 3 | HOMEPAGE = "http://net-tools.berlios.de/" |
3 | BUGTRACKER = "http://bugs.debian.org/net-tools" | 4 | BUGTRACKER = "http://bugs.debian.org/net-tools" |
4 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
diff --git a/meta/recipes-extended/pax/pax_3.4.bb b/meta/recipes-extended/pax/pax_3.4.bb index 6710216f97..b0f358acd8 100644 --- a/meta/recipes-extended/pax/pax_3.4.bb +++ b/meta/recipes-extended/pax/pax_3.4.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Portable Archive eXchange" | ||
1 | DESCRIPTION = "pax (Portable Archive eXchange) is the POSIX standard archive tool" | 2 | DESCRIPTION = "pax (Portable Archive eXchange) is the POSIX standard archive tool" |
2 | HOMEPAGE = "http://www.openbsd.org/cgi-bin/cvsweb/src/bin/pax/" | 3 | HOMEPAGE = "http://www.openbsd.org/cgi-bin/cvsweb/src/bin/pax/" |
3 | BUGTRACKER = "http://www.openbsd.org/query-pr.html" | 4 | BUGTRACKER = "http://www.openbsd.org/query-pr.html" |
diff --git a/meta/recipes-extended/polkit/polkit_0.99.bb b/meta/recipes-extended/polkit/polkit_0.99.bb index 6551caea5c..f578ccad6b 100644 --- a/meta/recipes-extended/polkit/polkit_0.99.bb +++ b/meta/recipes-extended/polkit/polkit_0.99.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "PolicyKit Authorization Framework" | ||
1 | DESCRIPTION = "The polkit package is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes." | 2 | DESCRIPTION = "The polkit package is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes." |
2 | HOMEPAGE = "http://code.google.com/p/polkit/" | 3 | HOMEPAGE = "http://code.google.com/p/polkit/" |
3 | LICENSE = "LGPLv2+" | 4 | LICENSE = "LGPLv2+" |
diff --git a/meta/recipes-extended/procps/procps.inc b/meta/recipes-extended/procps/procps.inc index b8e20a89cb..d44e3ec350 100644 --- a/meta/recipes-extended/procps/procps.inc +++ b/meta/recipes-extended/procps/procps.inc | |||
@@ -1,7 +1,6 @@ | |||
1 | DESCRIPTION = "Procps is the package that has a bunch \ | 1 | SUMMARY = "System and process monitoring utilities" |
2 | of small useful utilities that give information \ | 2 | DESCRIPTION = "Procps contains a set of system utilities that provide system information about processes using \ |
3 | about processes using the /proc filesystem. The package \ | 3 | the /proc filesystem. The package \ includes the programs ps, top, vmstat, w, kill, and skill." |
4 | includes the programs ps, top, vmstat, w, kill, and skill." | ||
5 | HOMEPAGE = "http://procps.sf.net" | 4 | HOMEPAGE = "http://procps.sf.net" |
6 | SECTION = "base" | 5 | SECTION = "base" |
7 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc index d489891d64..8b391f4438 100644 --- a/meta/recipes-extended/psmisc/psmisc.inc +++ b/meta/recipes-extended/psmisc/psmisc.inc | |||
@@ -1,5 +1,11 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | DESCRIPTION = "procfs tools" | 2 | SUMMARY = "Utilities for managing processes on your system" |
3 | DESCRIPTION = "The psmisc package contains utilities for managing processes on your \ | ||
4 | system: pstree, killall and fuser. The pstree command displays a tree \ | ||
5 | structure of all of the running processes on your system. The killall \ | ||
6 | command sends a specified signal (SIGTERM if nothing is specified) to \ | ||
7 | processes identified by name. The fuser command identifies the PIDs \ | ||
8 | of processes that are using specified files or filesystems." | ||
3 | SECTION = "base" | 9 | SECTION = "base" |
4 | PRIORITY = "required" | 10 | PRIORITY = "required" |
5 | DEPENDS = "ncurses virtual/libintl" | 11 | DEPENDS = "ncurses virtual/libintl" |
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb index 492ff835b1..d520ddf882 100644 --- a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb +++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Universal Addresses to RPC Program Number Mapper" | ||
1 | DESCRIPTION = "The rpcbind utility is a server that converts RPC \ | 2 | DESCRIPTION = "The rpcbind utility is a server that converts RPC \ |
2 | program numbers into universal addresses." | 3 | program numbers into universal addresses." |
3 | SECTION = "console/network" | 4 | SECTION = "console/network" |
diff --git a/meta/recipes-extended/screen/screen_4.0.3.bb b/meta/recipes-extended/screen/screen_4.0.3.bb index 31c4970ddc..dac28936bc 100644 --- a/meta/recipes-extended/screen/screen_4.0.3.bb +++ b/meta/recipes-extended/screen/screen_4.0.3.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Multiplexing terminal manager" | ||
1 | DESCRIPTION = "Screen is a full-screen window manager \ | 2 | DESCRIPTION = "Screen is a full-screen window manager \ |
2 | that multiplexes a physical terminal between several \ | 3 | that multiplexes a physical terminal between several \ |
3 | processes, typically interactive shells." | 4 | processes, typically interactive shells." |
diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc index 11832b5a20..f2b1c15f2b 100644 --- a/meta/recipes-extended/sysklogd/sysklogd.inc +++ b/meta/recipes-extended/sysklogd/sysklogd.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "System Log Daemons" | ||
1 | DESCRIPTION = "The sysklogd package implements two system log daemons: syslogd, klogd" | 2 | DESCRIPTION = "The sysklogd package implements two system log daemons: syslogd, klogd" |
2 | HOMEPAGE = "http://www.infodrom.org/projects/sysklogd/" | 3 | HOMEPAGE = "http://www.infodrom.org/projects/sysklogd/" |
3 | SECTION = "base" | 4 | SECTION = "base" |
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index 564bc7da07..aeb33cfa57 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "System performance tools" | ||
1 | DESCRIPTION = "The sysstat utilities are a collection of performance monitoring tools for Linux." | 2 | DESCRIPTION = "The sysstat utilities are a collection of performance monitoring tools for Linux." |
2 | HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/" | 3 | HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/" |
3 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
diff --git a/meta/recipes-extended/tar/tar.inc b/meta/recipes-extended/tar/tar.inc index cf72d4893b..5246efc5af 100644 --- a/meta/recipes-extended/tar/tar.inc +++ b/meta/recipes-extended/tar/tar.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "GNU file archiving program" | ||
1 | DESCRIPTION = "GNU tar saves many files together into a single tape \ | 2 | DESCRIPTION = "GNU tar saves many files together into a single tape \ |
2 | or disk archive, and can restore individual files from the archive." | 3 | or disk archive, and can restore individual files from the archive." |
3 | HOMEPAGE = "http://www.gnu.org/software/tar/" | 4 | HOMEPAGE = "http://www.gnu.org/software/tar/" |
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb index ec937c70a6..daaa2f77e9 100644 --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Security tool that is a wrapper for TCP daemons" | ||
1 | DESCRIPTION = "Tools for monitoring and filtering incoming requests for tcp \ | 2 | DESCRIPTION = "Tools for monitoring and filtering incoming requests for tcp \ |
2 | services." | 3 | services." |
3 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
diff --git a/meta/recipes-extended/time/time.inc b/meta/recipes-extended/time/time.inc index 8d31b47a0c..2d9dab8e85 100644 --- a/meta/recipes-extended/time/time.inc +++ b/meta/recipes-extended/time/time.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Tool that measures CPU resources" | ||
1 | DESCRIPTION = "time measures many of the CPU resources, such as time and \ | 2 | DESCRIPTION = "time measures many of the CPU resources, such as time and \ |
2 | memory, that other programs use." | 3 | memory, that other programs use." |
3 | HOMEPAGE = "http://www.gnu.org/software/time/" | 4 | HOMEPAGE = "http://www.gnu.org/software/time/" |
diff --git a/meta/recipes-extended/watchdog/watchdog_5.9.bb b/meta/recipes-extended/watchdog/watchdog_5.9.bb index d625924ef4..96aa1f0552 100644 --- a/meta/recipes-extended/watchdog/watchdog_5.9.bb +++ b/meta/recipes-extended/watchdog/watchdog_5.9.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Software watchdog" | ||
1 | DESCRIPTION = "Watchdog is a daemon that checks if your system is still \ | 2 | DESCRIPTION = "Watchdog is a daemon that checks if your system is still \ |
2 | working. If programs in user space are not longer executed \ | 3 | working. If programs in user space are not longer executed \ |
3 | it will reboot the system." | 4 | it will reboot the system." |
diff --git a/meta/recipes-extended/which/which_2.18.bb b/meta/recipes-extended/which/which_2.18.bb index 7eeb320a75..92010b24ff 100644 --- a/meta/recipes-extended/which/which_2.18.bb +++ b/meta/recipes-extended/which/which_2.18.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Displays the full path of executables that bash would execute" | ||
1 | DESCRIPTION = "Which is a utility that prints out the full path of the \ | 2 | DESCRIPTION = "Which is a utility that prints out the full path of the \ |
2 | executables that bash(1) would execute when the passed \ | 3 | executables that bash(1) would execute when the passed \ |
3 | program names would have been entered on the shell prompt. \ | 4 | program names would have been entered on the shell prompt. \ |