diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2019-10-02 16:52:27 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-08 11:22:24 +0100 |
commit | 02afd606b53501bead3b387a66bf050f10d94683 (patch) | |
tree | 08ea035113ba91ddd0ac92b5127a0b6de0914bb1 /meta/recipes-devtools/cmake/cmake.inc | |
parent | e34c0920fae725f0e53348db91426d7ec7a1b996 (diff) | |
download | poky-02afd606b53501bead3b387a66bf050f10d94683.tar.gz |
meta: add missing some description in devtools
(From OE-Core rev: 57075f3dede7ad25163deaf6686221dbe1b5ad02)
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/cmake.inc')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 3711f18db6..35d78eea17 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc | |||
@@ -2,6 +2,12 @@ | |||
2 | # Released under the MIT license (see packages/COPYING) | 2 | # Released under the MIT license (see packages/COPYING) |
3 | 3 | ||
4 | SUMMARY = "Cross-platform, open-source make system" | 4 | SUMMARY = "Cross-platform, open-source make system" |
5 | DESCRIPTION = "CMake is used to control the software compilation process \ | ||
6 | using simple platform and compiler independent configuration files. CMake \ | ||
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 \ | ||
9 | support complex environments requiring system configuration, pre-processor \ | ||
10 | generation, code generation, and template instantiation." | ||
5 | HOMEPAGE = "http://www.cmake.org/" | 11 | HOMEPAGE = "http://www.cmake.org/" |
6 | BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php" | 12 | BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php" |
7 | SECTION = "console/utils" | 13 | SECTION = "console/utils" |