cmake detects the presence of curses automatically during configure so cmake-native must also depend on ncurses-native to stop it being removed from the sysroot during the build.
Signed-off-by: Mike Crowe <[email protected]> --- meta/recipes-devtools/cmake/cmake-native_2.8.12.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/cmake/cmake-native_2.8.12.2.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.12.2.bb index 08b2c02..8d93b9a 100644 --- a/meta/recipes-devtools/cmake/cmake-native_2.8.12.2.bb +++ b/meta/recipes-devtools/cmake/cmake-native_2.8.12.2.bb @@ -2,7 +2,7 @@ require cmake.inc inherit native # Using cmake's internal libarchive, so some dependencies are needed -DEPENDS += "bzip2-native zlib-native" +DEPENDS += "bzip2-native zlib-native ncurses-native" SRC_URI += "file://cmlibarchive-disable-ext2fs.patch" -- 1.8.5.3 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
