summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm
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-devtools/rpm
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-devtools/rpm')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.9.bb12
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 \
5package consists of an archive of files along with information about \ 5package consists of an archive of files along with information about \
6the package like its version, a description, etc." 6the package like its version, a description, etc."
7 7
8SUMMARY_${PN}-libs = "Libraries for manipulating RPM packages." 8SUMMARY_${PN}-libs = "Libraries for manipulating RPM packages"
9DESCRIPTION_${PN}-libs = "This package contains the RPM shared libraries." 9DESCRIPTION_${PN}-libs = "This package contains the RPM shared libraries."
10 10
11SUMMARY_${PN}-dev = "Development files for manipulating RPM packages." 11SUMMARY_${PN}-dev = "Development files for manipulating RPM packages"
12DESCRIPTION_${PN}-dev = "This package contains the RPM C library and header files. These \ 12DESCRIPTION_${PN}-dev = "This package contains the RPM C library and header files. These \
13development files will simplify the process of writing programs that \ 13development files will simplify the process of writing programs that \
14manipulate RPM packages and databases. These files are intended to \ 14manipulate RPM packages and databases. These files are intended to \
@@ -16,20 +16,20 @@ simplify the process of creating graphical package managers or any \
16other tools that need an intimate knowledge of RPM packages in order \ 16other tools that need an intimate knowledge of RPM packages in order \
17to function." 17to function."
18 18
19SUMMARY_${PN}-common = "Common RPM paths, scripts, documentation and configuration." 19SUMMARY_${PN}-common = "Common RPM paths, scripts, documentation and configuration"
20DESCRIPTION_${PN}-common = "The rpm-common package contains paths, scripts, documentation \ 20DESCRIPTION_${PN}-common = "The rpm-common package contains paths, scripts, documentation \
21and configuration common between RPM Package Manager." 21and configuration common between RPM Package Manager."
22 22
23SUMMARY_${PN}-build = "Scripts and executable programs used to build packages." 23SUMMARY_${PN}-build = "Scripts and executable programs used to build packages"
24DESCRIPTION_${PN}-build = "The rpm-build packagec ontains the scripts and executable programs \ 24DESCRIPTION_${PN}-build = "The rpm-build packagec ontains the scripts and executable programs \
25that are used to build packages using the RPM Package Manager." 25that are used to build packages using the RPM Package Manager."
26 26
27SUMMARY_python-rpm = "Python bindings for apps which will manupulate RPM packages." 27SUMMARY_python-rpm = "Python bindings for apps which will manupulate RPM packages"
28DESCRIPTION_python-rpm = "The rpm-python package contains a module that permits applications \ 28DESCRIPTION_python-rpm = "The rpm-python package contains a module that permits applications \
29written in the Python programming language to use the interface \ 29written in the Python programming language to use the interface \
30supplied by the RPM Package Manager libraries." 30supplied by the RPM Package Manager libraries."
31 31
32SUMMARY_perl-module-rpm = "Perl bindings for apps which will manipulate RPM packages." 32SUMMARY_perl-module-rpm = "Perl bindings for apps which will manipulate RPM packages"
33DESCRIPTION_perl-modules-rpm = "The perl-modules-rpm package contains a module that permits applications \ 33DESCRIPTION_perl-modules-rpm = "The perl-modules-rpm package contains a module that permits applications \
34written in the Perl programming language to use the interface \ 34written in the Perl programming language to use the interface \
35supplied by the RPM Package Manager libraries." 35supplied by the RPM Package Manager libraries."