diff options
Diffstat (limited to 'meta/recipes-devtools/cmake')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 4 |
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" | |||
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" |