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:05 +0000 |
commit | ad17dfd31a2b97b3e610a0ea0889f5ecb2a63b97 (patch) | |
tree | 4f53e20d1e75cf2109f98b9a45eb317f8d2c28a7 /meta/recipes-devtools/rpm | |
parent | 9837d194682f46e3a0363765bd6b317180a4cda0 (diff) | |
download | openembedded-core-ad17dfd31a2b97b3e610a0ea0889f5ecb2a63b97.tar.gz openembedded-core-ad17dfd31a2b97b3e610a0ea0889f5ecb2a63b97.tar.bz2 openembedded-core-ad17dfd31a2b97b3e610a0ea0889f5ecb2a63b97.zip |
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
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 \ package consists of an archive of files along with information about \ the package like its version, a description, etc." -SUMMARY_${PN}-libs = "Libraries for manipulating RPM packages." +SUMMARY_${PN}-libs = "Libraries for manipulating RPM packages" DESCRIPTION_${PN}-libs = "This package contains the RPM shared libraries." -SUMMARY_${PN}-dev = "Development files for manipulating RPM packages." +SUMMARY_${PN}-dev = "Development files for manipulating RPM packages" DESCRIPTION_${PN}-dev = "This package contains the RPM C library and header files. These \ development files will simplify the process of writing programs that \ manipulate RPM packages and databases. These files are intended to \ @@ -16,20 +16,20 @@ simplify the process of creating graphical package managers or any \ other tools that need an intimate knowledge of RPM packages in order \ to function." -SUMMARY_${PN}-common = "Common RPM paths, scripts, documentation and configuration." +SUMMARY_${PN}-common = "Common RPM paths, scripts, documentation and configuration" DESCRIPTION_${PN}-common = "The rpm-common package contains paths, scripts, documentation \ and configuration common between RPM Package Manager." -SUMMARY_${PN}-build = "Scripts and executable programs used to build packages." +SUMMARY_${PN}-build = "Scripts and executable programs used to build packages" DESCRIPTION_${PN}-build = "The rpm-build packagec ontains the scripts and executable programs \ that are used to build packages using the RPM Package Manager." -SUMMARY_python-rpm = "Python bindings for apps which will manupulate RPM packages." +SUMMARY_python-rpm = "Python bindings for apps which will manupulate RPM packages" DESCRIPTION_python-rpm = "The rpm-python package contains a module that permits applications \ written in the Python programming language to use the interface \ supplied by the RPM Package Manager libraries." -SUMMARY_perl-module-rpm = "Perl bindings for apps which will manipulate RPM packages." +SUMMARY_perl-module-rpm = "Perl bindings for apps which will manipulate RPM packages" DESCRIPTION_perl-modules-rpm = "The perl-modules-rpm package contains a module that permits applications \ written in the Perl programming language to use the interface \ supplied by the RPM Package Manager libraries." |