From: Mike Crowe Date: Wed, 2 Apr 2014 16:04:12 +0000 (+0000) Subject: cmake: Remove dependency on ncurses X-Git-Tag: 2015-4~3121 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4f650b538924b1736783fec0de661ec16dc590b5;p=openembedded-core.git cmake: Remove dependency on ncurses 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/cmake/cmake_2.8.12.2.bb b/meta/recipes-devtools/cmake/cmake_2.8.12.2.bb index 52c3b3242c..30ae61ed8a 100644 --- a/meta/recipes-devtools/cmake/cmake_2.8.12.2.bb +++ b/meta/recipes-devtools/cmake/cmake_2.8.12.2.bb @@ -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"