[OE-core] [PATCH 1/1] cmake : Disable building ccmake.

Koen Kooi koen at dominion.thruhere.net
Fri Oct 14 15:24:06 UTC 2011


Op 14 okt. 2011, om 16:31 heeft Philip Balister het volgende geschreven:

> ccmake fails to build due to an as-needed type error with -ltinfo. Disable
> it for now since the build fails and cmake is what we need for target
> sdk.
> 
> Signed-off-by: Philip Balister <philip at balister.org>
> ---
> meta/recipes-devtools/cmake/cmake_2.8.5.bb |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/recipes-devtools/cmake/cmake_2.8.5.bb b/meta/recipes-devtools/cmake/cmake_2.8.5.bb
> index 4fa9562..c0c5cad 100644
> --- a/meta/recipes-devtools/cmake/cmake_2.8.5.bb
> +++ b/meta/recipes-devtools/cmake/cmake_2.8.5.bb
> @@ -30,6 +30,7 @@ EXTRA_OECMAKE=" \
>     -DCMAKE_DOC_DIR=${docdir_stripped}/cmake-${CMAKE_MAJOR_VERSION} \
>     -DCMAKE_USE_SYSTEM_LIBRARIES=1 \
>     -DKWSYS_CHAR_IS_SIGNED=1 \
> +    -DBUILD_CursesDialog=0 \
>     ${@base_contains('DISTRO_FEATURES', 'largefile', '-DKWSYS_LFS_WORKS=1', '-DKWSYS_LFS_DISABLE=1', d)} \
> "

Missing PR bump :)



More information about the Openembedded-core mailing list