mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
cmake : Disable building ccmake.
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. (From OE-Core rev: 2adc9a3f1f1db284f7d91193ad77b3524e0e0d2c) Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1b49585ff1
commit
a3a5e4cae0
@@ -4,7 +4,7 @@ inherit cmake
|
||||
|
||||
DEPENDS += "curl expat zlib libarchive ncurses"
|
||||
|
||||
PR = "${INC_PR}.2"
|
||||
PR = "${INC_PR}.3"
|
||||
|
||||
SRC_URI += "file://dont-run-cross-binaries.patch"
|
||||
|
||||
@@ -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)} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user