From: Samuel Martin <s.martin49@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/cmake: not available on static-only build
Date: Tue, 17 Mar 2015 10:08:19 +0100 [thread overview]
Message-ID: <1426583299-21207-2-git-send-email-s.martin49@gmail.com> (raw)
In-Reply-To: <1426583299-21207-1-git-send-email-s.martin49@gmail.com>
Fixes:
http://autobuild.buildroot.net/results/9f7/9f7c8d5078cd1f3cd493f9ae8e95c8ee728f98fd/
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
package/cmake/Config.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/cmake/Config.in b/package/cmake/Config.in
index eee2461..3165572 100644
--- a/package/cmake/Config.in
+++ b/package/cmake/Config.in
@@ -18,6 +18,7 @@ config BR2_PACKAGE_CMAKE_CTEST
depends on !BR2_xtensa
depends on BR2_USE_WCHAR # libarchive
depends on BR2_INSTALL_LIBSTDCPP
+ depends on !BR2_STATIC_LIBS
help
CTest is a testing tool distributed as a part of CMake. It
can be used to automate updating (using CVS for example),
@@ -27,5 +28,5 @@ config BR2_PACKAGE_CMAKE_CTEST
http://www.cmake.org/
-comment "ctest needs a toolchain w/ C++, wchar"
- depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
+comment "ctest needs a toolchain w/ C++, wchar, dynamic library"
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || BR2_STATIC_LIBS
--
2.1.0
next prev parent reply other threads:[~2015-03-17 9:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-17 9:08 [Buildroot] [PATCH 1/2] package/cmake: disable on unsupported architectures Samuel Martin
2015-03-17 9:08 ` Samuel Martin [this message]
2015-03-17 9:13 ` Thomas Petazzoni
2015-03-17 9:17 ` Baruch Siach
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1426583299-21207-2-git-send-email-s.martin49@gmail.com \
--to=s.martin49@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.