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:53:51 +0100 |
commit | 5d93e04baf22e2e5c37e7b0aaababc32b9b17396 (patch) | |
tree | fc741277163b90b158e4bbaf605b131d78e9bcaa /meta | |
parent | 85783e56e46e1c9724c5284c8de8c1a995723659 (diff) | |
download | poky-5d93e04baf22e2e5c37e7b0aaababc32b9b17396.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.)
(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>
Diffstat (limited to 'meta')
-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 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 | |||
2 | 2 | ||
3 | inherit cmake | 3 | inherit cmake |
4 | 4 | ||
5 | DEPENDS += "curl expat zlib libarchive ncurses" | 5 | DEPENDS += "curl expat zlib libarchive" |
6 | 6 | ||
7 | SRC_URI += "file://dont-run-cross-binaries.patch" | 7 | SRC_URI += "file://dont-run-cross-binaries.patch" |
8 | 8 | ||