diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2019-10-08 22:08:48 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:10 +0100 |
commit | 82f134101adf0815ad50fe07b226a66b680461a0 (patch) | |
tree | 27bcaf42de26d3f0337d564ebb5921ae25a3e135 /meta/recipes-devtools | |
parent | 4ac566250ddbbfae7dc8aaf78a4108b3b4fe2edb (diff) | |
download | poky-82f134101adf0815ad50fe07b226a66b680461a0.tar.gz |
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
(From OE-Core rev: ca7570d8c32c7cb5e3c620eee732fe070f4c6cb1)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/apt/apt.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 4 | ||||
-rw-r--r-- | 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 6883ac865a..50c4d8484a 100644 --- a/meta/recipes-devtools/apt/apt.inc +++ b/meta/recipes-devtools/apt/apt.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Advanced front-end for dpkg" | 1 | SUMMARY = "Advanced front-end for dpkg" |
2 | DESCRIPTION = "Provides commandline tools for searching and managing as well \ | 2 | DESCRIPTION = "Provides command-line tools for searching and managing as well \ |
3 | as querying information about packages as a low-level access to all features \ | 3 | as querying information about packages as a low-level access to all features \ |
4 | of the libapt-pkg library." | 4 | of the libapt-pkg library." |
5 | LICENSE = "GPLv2.0+" | 5 | LICENSE = "GPLv2.0+" |
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 35d78eea17..67caa306df 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" | |||
5 | DESCRIPTION = "CMake is used to control the software compilation process \ | 5 | DESCRIPTION = "CMake is used to control the software compilation process \ |
6 | using simple platform and compiler independent configuration files. CMake \ | 6 | using simple platform and compiler independent configuration files. CMake \ |
7 | generates native makefiles and workspaces that can be used in the compiler \ | 7 | generates native makefiles and workspaces that can be used in the compiler \ |
8 | environment of your choice. CMake is quite sophisticated: it is possible to \ | 8 | environment of your choice." |
9 | support complex environments requiring system configuration, pre-processor \ | ||
10 | generation, code generation, and template instantiation." | ||
11 | HOMEPAGE = "http://www.cmake.org/" | 9 | HOMEPAGE = "http://www.cmake.org/" |
12 | BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php" | 10 | BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php" |
13 | SECTION = "console/utils" | 11 | SECTION = "console/utils" |
diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc index 61e1c93605..d6d06c049c 100644 --- a/meta/recipes-devtools/quilt/quilt.inc +++ b/meta/recipes-devtools/quilt/quilt.inc | |||
@@ -1,8 +1,7 @@ | |||
1 | SUMMARY = "Tool for working with series of patches" | 1 | SUMMARY = "Tool for working with series of patches" |
2 | DESCRIPTION = "Quilt is a tool to manage large sets of patches by keeping \ | 2 | DESCRIPTION = "Quilt is a tool to manage large sets of patches by keeping \ |
3 | track of the changes each patch makes. Patches can be applied, un-applied,\ | 3 | track of the changes each patch makes. Patches can be applied, un-applied,\ |
4 | refreshed, etc. The key philosophical concept is that your primary output \ | 4 | refreshed, etc." |
5 | is patches." | ||
6 | HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/" | 5 | HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/" |
7 | SECTION = "devel" | 6 | SECTION = "devel" |
8 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |