* [v2 1/1] cmake : Disable building ccmake.
@ 2011-10-14 15:35 Philip Balister
2011-10-17 15:53 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Philip Balister @ 2011-10-14 15:35 UTC (permalink / raw)
To: openembedded-core
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@balister.org>
---
meta/recipes-devtools/cmake/cmake_2.8.5.bb | 3 ++-
1 files changed, 2 insertions(+), 1 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..8e04072 100644
--- a/meta/recipes-devtools/cmake/cmake_2.8.5.bb
+++ b/meta/recipes-devtools/cmake/cmake_2.8.5.bb
@@ -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)} \
"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [v2 1/1] cmake : Disable building ccmake.
2011-10-14 15:35 [v2 1/1] cmake : Disable building ccmake Philip Balister
@ 2011-10-17 15:53 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2011-10-17 15:53 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 10/14/2011 08:35 AM, Philip Balister wrote:
> 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@balister.org>
> ---
> meta/recipes-devtools/cmake/cmake_2.8.5.bb | 3 ++-
> 1 files changed, 2 insertions(+), 1 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..8e04072 100644
> --- a/meta/recipes-devtools/cmake/cmake_2.8.5.bb
> +++ b/meta/recipes-devtools/cmake/cmake_2.8.5.bb
> @@ -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)} \
> "
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-17 15:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-14 15:35 [v2 1/1] cmake : Disable building ccmake Philip Balister
2011-10-17 15:53 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox