]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta: simplify over descriptive descriptions in devtools
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Wed, 9 Oct 2019 02:08:48 +0000 (22:08 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Oct 2019 15:58:21 +0000 (16:58 +0100)
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@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/apt/apt.inc
meta/recipes-devtools/cmake/cmake.inc
meta/recipes-devtools/quilt/quilt.inc

index 6883ac865a8045d4f837c2a39cd4e714a64f8fac..50c4d8484a24d7a8ee5ca88a7867c792b3a4c254 100644 (file)
@@ -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+"
index 35d78eea1774f7e666cf92b773b835e586c3f6af..67caa306dfa56b7bcbe84313cbb0b2b04a11fc38 100644 (file)
@@ -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"
index 61e1c93605c026a9a7fe65fbb4366feccbc3e8f1..d6d06c049ca5175ab5e4b6ff65e7f26c5dd03977 100644 (file)
@@ -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"