summaryrefslogtreecommitdiff
path: root/package/omniorb
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-11-21 18:21:47 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-11-22 16:00:53 +0100
commitb55e473e62cf6336de4a1ce368409df8e20e74f5 (patch)
tree38788943f2f801fee65078bd548aee968e31edfd /package/omniorb
parent9883cbd3678be65bdca10a124ba6cb7fd1f008d3 (diff)
omniorb: needs thread support
Fixes: http://autobuild.buildroot.org/results/dfc/dfc083bff04eba68456edd359424293842b6f42d/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/omniorb')
-rw-r--r--package/omniorb/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/omniorb/Config.in b/package/omniorb/Config.in
index 63266888e..192ad54fc 100644
--- a/package/omniorb/Config.in
+++ b/package/omniorb/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_OMNIORB
bool "omniorb"
depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_TOOLCHAIN_HAS_THREADS
help
omniORB is a robust high performance CORBA ORB for C++ and Python.
omniORB is largely CORBA 2.6 compliant. omniORB is one of only
@@ -10,5 +11,5 @@ config BR2_PACKAGE_OMNIORB
http://omniorb.sourceforge.net/
-comment "omniORB needs a toolchain w/ C++"
- depends on !BR2_INSTALL_LIBSTDCPP
+comment "omniORB needs a toolchain w/ C++, threads"
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS