diff options
author | Mike Crowe <mac@mcrowe.com> | 2014-04-02 16:04:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-04 11:51:03 +0100 |
commit | 4f650b538924b1736783fec0de661ec16dc590b5 (patch) | |
tree | 3cf0ce352db80515ff8efec51817f01287f95fa6 /meta/recipes-devtools/cmake | |
parent | 4bee0a93ed985b38c6b4eb605d8e16f5d7c82d51 (diff) | |
download | openembedded-core-contrib-4f650b538924b1736783fec0de661ec16dc590b5.tar.gz |
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@mcrowe.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake_2.8.12.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 52c3b3242cc..30ae61ed8af 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" |