[oe-commits] [openembedded-core] 13/13: meta: simplify over descriptive descriptions in devtools

git at git.openembedded.org git at git.openembedded.org
Thu Oct 10 15:58:58 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit ca7570d8c32c7cb5e3c620eee732fe070f4c6cb1
Author: Maxime Roussin-Bélanger <maxime.roussinbelanger at gmail.com>
AuthorDate: Tue Oct 8 22:08:48 2019 -0400

    meta: simplify over descriptive descriptions in devtools
    
    fix commandline -> command-line typo.
    according to:
        https://en.wikipedia.org/wiki/Command-line_interface
        https://wiki.debian.org/Apt
    
    Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/apt/apt.inc     | 2 +-
 meta/recipes-devtools/cmake/cmake.inc | 4 +---
 meta/recipes-devtools/quilt/quilt.inc | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc
index 6883ac8..50c4d84 100644
--- a/meta/recipes-devtools/apt/apt.inc
+++ b/meta/recipes-devtools/apt/apt.inc
@@ -1,5 +1,5 @@
 SUMMARY = "Advanced front-end for dpkg"
-DESCRIPTION = "Provides commandline tools for searching and managing as well \
+DESCRIPTION = "Provides command-line tools for searching and managing as well \
 as querying information about packages as a low-level access to all features \
 of the libapt-pkg library."
 LICENSE = "GPLv2.0+"
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index 35d78ee..67caa30 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -5,9 +5,7 @@ SUMMARY = "Cross-platform, open-source make system"
 DESCRIPTION = "CMake is used to control the software compilation process \
 using simple platform and compiler independent configuration files. CMake \
 generates native makefiles and workspaces that can be used in the compiler \
-environment of your choice. CMake is quite sophisticated: it is possible to \
-support complex environments requiring system configuration, pre-processor \
-generation, code generation, and template instantiation."
+environment of your choice."
 HOMEPAGE = "http://www.cmake.org/"
 BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php"
 SECTION = "console/utils"
diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc
index 61e1c93..d6d06c0 100644
--- a/meta/recipes-devtools/quilt/quilt.inc
+++ b/meta/recipes-devtools/quilt/quilt.inc
@@ -1,8 +1,7 @@
 SUMMARY = "Tool for working with series of patches"
 DESCRIPTION = "Quilt is a tool to manage large sets of patches by keeping \
 track of the changes each patch makes. Patches can be applied, un-applied,\
-refreshed, etc. The key philosophical concept is that your primary output \
-is patches."
+refreshed, etc."
 HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
 SECTION = "devel"
 LICENSE = "GPLv2"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list