diff options
author | Matthieu Crapet <Matthieu.Crapet@ingenico.com> | 2014-02-19 16:13:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-20 14:28:13 +0000 |
commit | b88321ac7879686d66eae3f48bec186bfc75c325 (patch) | |
tree | 66ec87dc427d1d49b498adc8b022103f4b78370a /meta/recipes-devtools/rpm | |
parent | 7c75e86c2dc3cd80573ab6383c2fff3e9402f41a (diff) | |
download | poky-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-devtools/rpm')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.9.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index 7921f40769..dbdab1a5e3 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb | |||
@@ -5,10 +5,10 @@ verifying, querying, and updating software packages. Each software \ | |||
5 | package consists of an archive of files along with information about \ | 5 | package consists of an archive of files along with information about \ |
6 | the package like its version, a description, etc." | 6 | the package like its version, a description, etc." |
7 | 7 | ||
8 | SUMMARY_${PN}-libs = "Libraries for manipulating RPM packages." | 8 | SUMMARY_${PN}-libs = "Libraries for manipulating RPM packages" |
9 | DESCRIPTION_${PN}-libs = "This package contains the RPM shared libraries." | 9 | DESCRIPTION_${PN}-libs = "This package contains the RPM shared libraries." |
10 | 10 | ||
11 | SUMMARY_${PN}-dev = "Development files for manipulating RPM packages." | 11 | SUMMARY_${PN}-dev = "Development files for manipulating RPM packages" |
12 | DESCRIPTION_${PN}-dev = "This package contains the RPM C library and header files. These \ | 12 | DESCRIPTION_${PN}-dev = "This package contains the RPM C library and header files. These \ |
13 | development files will simplify the process of writing programs that \ | 13 | development files will simplify the process of writing programs that \ |
14 | manipulate RPM packages and databases. These files are intended to \ | 14 | manipulate RPM packages and databases. These files are intended to \ |
@@ -16,20 +16,20 @@ simplify the process of creating graphical package managers or any \ | |||
16 | other tools that need an intimate knowledge of RPM packages in order \ | 16 | other tools that need an intimate knowledge of RPM packages in order \ |
17 | to function." | 17 | to function." |
18 | 18 | ||
19 | SUMMARY_${PN}-common = "Common RPM paths, scripts, documentation and configuration." | 19 | SUMMARY_${PN}-common = "Common RPM paths, scripts, documentation and configuration" |
20 | DESCRIPTION_${PN}-common = "The rpm-common package contains paths, scripts, documentation \ | 20 | DESCRIPTION_${PN}-common = "The rpm-common package contains paths, scripts, documentation \ |
21 | and configuration common between RPM Package Manager." | 21 | and configuration common between RPM Package Manager." |
22 | 22 | ||
23 | SUMMARY_${PN}-build = "Scripts and executable programs used to build packages." | 23 | SUMMARY_${PN}-build = "Scripts and executable programs used to build packages" |
24 | DESCRIPTION_${PN}-build = "The rpm-build packagec ontains the scripts and executable programs \ | 24 | DESCRIPTION_${PN}-build = "The rpm-build packagec ontains the scripts and executable programs \ |
25 | that are used to build packages using the RPM Package Manager." | 25 | that are used to build packages using the RPM Package Manager." |
26 | 26 | ||
27 | SUMMARY_python-rpm = "Python bindings for apps which will manupulate RPM packages." | 27 | SUMMARY_python-rpm = "Python bindings for apps which will manupulate RPM packages" |
28 | DESCRIPTION_python-rpm = "The rpm-python package contains a module that permits applications \ | 28 | DESCRIPTION_python-rpm = "The rpm-python package contains a module that permits applications \ |
29 | written in the Python programming language to use the interface \ | 29 | written in the Python programming language to use the interface \ |
30 | supplied by the RPM Package Manager libraries." | 30 | supplied by the RPM Package Manager libraries." |
31 | 31 | ||
32 | SUMMARY_perl-module-rpm = "Perl bindings for apps which will manipulate RPM packages." | 32 | SUMMARY_perl-module-rpm = "Perl bindings for apps which will manipulate RPM packages" |
33 | DESCRIPTION_perl-modules-rpm = "The perl-modules-rpm package contains a module that permits applications \ | 33 | DESCRIPTION_perl-modules-rpm = "The perl-modules-rpm package contains a module that permits applications \ |
34 | written in the Perl programming language to use the interface \ | 34 | written in the Perl programming language to use the interface \ |
35 | supplied by the RPM Package Manager libraries." | 35 | supplied by the RPM Package Manager libraries." |