[oe-commits] Mike Crowe : cmake: Remove dependency on ncurses

git at git.openembedded.org git at git.openembedded.org
Fri Apr 4 13:12:15 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 4f650b538924b1736783fec0de661ec16dc590b5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4f650b538924b1736783fec0de661ec16dc590b5

Author: Mike Crowe <mac at mcrowe.com>
Date:   Wed Apr  2 16:04:12 2014 +0000

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 <mac at mcrowe.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/cmake/cmake_2.8.12.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 52c3b32..30ae61e 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"
 



More information about the Openembedded-commits mailing list