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