]> code.ossystems Code Review - openembedded-core.git/commitdiff
cmake: Remove dependency on ncurses
authorMike Crowe <mac@mcrowe.com>
Wed, 2 Apr 2014 16:04:12 +0000 (16:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Apr 2014 10:51:03 +0000 (11:51 +0100)
Commit 2adc9a3f1f1db284f7d91193ad77b3524e0e0d2c stopped ccmake being built
and that is the only part of cmake that relies on curses so we might as
well stop depending on it.

(Tested with a poisoned curses.h to prove that it is unused even if
present.)

Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/cmake/cmake_2.8.12.2.bb

index 52c3b3242ccb9812c67c29c77139d244d9fd6094..30ae61ed8af723ad3011e942326d03801c25e98e 100644 (file)
@@ -2,7 +2,7 @@ require cmake.inc
 
 inherit cmake
 
-DEPENDS += "curl expat zlib libarchive ncurses"
+DEPENDS += "curl expat zlib libarchive"
 
 SRC_URI += "file://dont-run-cross-binaries.patch"