summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2019-10-08 22:08:48 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-15 14:16:10 +0100
commit82f134101adf0815ad50fe07b226a66b680461a0 (patch)
tree27bcaf42de26d3f0337d564ebb5921ae25a3e135 /meta/recipes-devtools/cmake
parent4ac566250ddbbfae7dc8aaf78a4108b3b4fe2edb (diff)
downloadpoky-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/cmake')
-rw-r--r--meta/recipes-devtools/cmake/cmake.inc4
1 files changed, 1 insertions, 3 deletions
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"
5DESCRIPTION = "CMake is used to control the software compilation process \ 5DESCRIPTION = "CMake is used to control the software compilation process \
6using simple platform and compiler independent configuration files. CMake \ 6using simple platform and compiler independent configuration files. CMake \
7generates native makefiles and workspaces that can be used in the compiler \ 7generates native makefiles and workspaces that can be used in the compiler \
8environment of your choice. CMake is quite sophisticated: it is possible to \ 8environment of your choice."
9support complex environments requiring system configuration, pre-processor \
10generation, code generation, and template instantiation."
11HOMEPAGE = "http://www.cmake.org/" 9HOMEPAGE = "http://www.cmake.org/"
12BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php" 10BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php"
13SECTION = "console/utils" 11SECTION = "console/utils"