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.)

(From OE-Core rev: 4f650b538924b1736783fec0de661ec16dc590b5)

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>
This commit is contained in:
Mike Crowe 2014-04-02 16:04:12 +00:00 committed by Richard Purdie
parent 85783e56e4
commit 5d93e04baf
1 changed files with 1 additions and 1 deletions

View 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"