summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorMatthieu Crapet <Matthieu.Crapet@ingenico.com>2014-02-19 16:13:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-20 14:28:13 +0000
commitb88321ac7879686d66eae3f48bec186bfc75c325 (patch)
tree66ec87dc427d1d49b498adc8b022103f4b78370a /meta/recipes-extended
parent7c75e86c2dc3cd80573ab6383c2fff3e9402f41a (diff)
downloadpoky-b88321ac7879686d66eae3f48bec186bfc75c325.tar.gz
recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2)
Completes previous commit b5292d4115a4555a66b5e35acdc67dd71fb8577f. Updates SUMMARY[doc] (meta/conf/documentation.conf). Changes: - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR (From OE-Core rev: ad17dfd31a2b97b3e610a0ea0889f5ecb2a63b97) Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/bzip2/bzip2_1.0.6.bb2
-rw-r--r--meta/recipes-extended/diffutils/diffutils.inc2
-rw-r--r--meta/recipes-extended/findutils/findutils.inc2
-rw-r--r--meta/recipes-extended/mailx/mailx_12.5.bb2
-rw-r--r--meta/recipes-extended/msmtp/msmtp_1.4.31.bb2
-rw-r--r--meta/recipes-extended/packagegroups/packagegroup-core-basic.bb2
-rw-r--r--meta/recipes-extended/perl/libxml-sax-perl_0.99.bb2
-rw-r--r--meta/recipes-extended/wget/wget.inc2
8 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
index 3702ba4bcd..176421d636 100644
--- a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
+++ b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
@@ -1,4 +1,4 @@
1SUMMARY = "Very high-quality data compression program." 1SUMMARY = "Very high-quality data compression program"
2DESCRIPTION = "bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and \ 2DESCRIPTION = "bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and \
3Huffman coding. Compression is generally considerably better than that achieved by more conventional \ 3Huffman coding. Compression is generally considerably better than that achieved by more conventional \
4LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors." 4LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors."
diff --git a/meta/recipes-extended/diffutils/diffutils.inc b/meta/recipes-extended/diffutils/diffutils.inc
index c2ca417d80..613b538557 100644
--- a/meta/recipes-extended/diffutils/diffutils.inc
+++ b/meta/recipes-extended/diffutils/diffutils.inc
@@ -1,4 +1,4 @@
1SUMMARY = "Diffutils contains tools used for finding differences between files." 1SUMMARY = "Diffutils contains tools used for finding differences between files"
2DESCRIPTION = "Diffutils contains the GNU diff, diff3, \ 2DESCRIPTION = "Diffutils contains the GNU diff, diff3, \
3sdiff, and cmp utilities. These programs are usually \ 3sdiff, and cmp utilities. These programs are usually \
4used for creating patch files." 4used for creating patch files."
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc
index 81e6785f63..4edb127ba5 100644
--- a/meta/recipes-extended/findutils/findutils.inc
+++ b/meta/recipes-extended/findutils/findutils.inc
@@ -1,4 +1,4 @@
1SUMMARY = "find, locate, and xargs binaries." 1SUMMARY = "find, locate, and xargs binaries"
2DESCRIPTION = "The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. \ 2DESCRIPTION = "The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. \
3These programs are typically used in conjunction with other programs to provide modular and powerful directory \ 3These programs are typically used in conjunction with other programs to provide modular and powerful directory \
4search and file locating capabilities to other commands." 4search and file locating capabilities to other commands."
diff --git a/meta/recipes-extended/mailx/mailx_12.5.bb b/meta/recipes-extended/mailx/mailx_12.5.bb
index f6734c7ee7..1245a11ede 100644
--- a/meta/recipes-extended/mailx/mailx_12.5.bb
+++ b/meta/recipes-extended/mailx/mailx_12.5.bb
@@ -1,4 +1,4 @@
1SUMMARY = "mailx is the traditional command-line-mode mail user agent." 1SUMMARY = "mailx is the traditional command-line-mode mail user agent"
2 2
3DESCRIPTION = "Mailx is derived from Berkeley Mail and is intended provide the \ 3DESCRIPTION = "Mailx is derived from Berkeley Mail and is intended provide the \
4functionality of the POSIX mailx command with additional support \ 4functionality of the POSIX mailx command with additional support \
diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.31.bb b/meta/recipes-extended/msmtp/msmtp_1.4.31.bb
index 964a285f34..57942ed93c 100644
--- a/meta/recipes-extended/msmtp/msmtp_1.4.31.bb
+++ b/meta/recipes-extended/msmtp/msmtp_1.4.31.bb
@@ -1,4 +1,4 @@
1SUMMARY = "msmtp is an SMTP client." 1SUMMARY = "msmtp is an SMTP client"
2DESCRIPTION = "A sendmail replacement for use in MTAs like mutt" 2DESCRIPTION = "A sendmail replacement for use in MTAs like mutt"
3HOMEPAGE = "http://msmtp.sourceforge.net/" 3HOMEPAGE = "http://msmtp.sourceforge.net/"
4SECTION = "console/network" 4SECTION = "console/network"
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb b/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
index c89923d3e2..f3b4ff7f0b 100644
--- a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
+++ b/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
@@ -2,7 +2,7 @@
2# Copyright (C) 2010 Intel Corporation 2# Copyright (C) 2010 Intel Corporation
3# 3#
4 4
5DESCRIPTION = "Create Basic Image Tasks" 5SUMMARY = "Create Basic Image Tasks"
6PR = "r6" 6PR = "r6"
7LICENSE = "MIT" 7LICENSE = "MIT"
8 8
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
index e2e0341f41..45d396639b 100644
--- a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
+++ b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
@@ -1,4 +1,4 @@
1SUMMARY = "Perl module for using and building Perl SAX2 XML processors" 1SUMMARY = "Perl module for using and building Perl SAX2 XML processors"
2DESCRIPTION = "XML::SAX consists of several framework classes for using and \ 2DESCRIPTION = "XML::SAX consists of several framework classes for using and \
3building Perl SAX2 XML parsers, filters, and drivers. It is designed \ 3building Perl SAX2 XML parsers, filters, and drivers. It is designed \
4around the need to be able to "plug in" different SAX parsers to an \ 4around the need to be able to "plug in" different SAX parsers to an \
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index 3148d738e2..22d8e545ba 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -1,4 +1,4 @@
1SUMMARY = "Console URL download utility supporting HTTP, FTP, etc." 1SUMMARY = "Console URL download utility supporting HTTP, FTP, etc"
2SECTION = "console/network" 2SECTION = "console/network"
3LICENSE = "GPLv3" 3LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"