2 comment "omniORB needs a toolchain w/ C++, threads"
3 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
5 config BR2_PACKAGE_OMNIORB
7 depends on BR2_INSTALL_LIBSTDCPP
8 depends on BR2_TOOLCHAIN_HAS_THREADS
10 omniORB is a robust high performance CORBA ORB for C++ and Python.
11 omniORB is largely CORBA 2.6 compliant. omniORB is one of only
12 three ORBs to have been awarded the Open Group's Open Brand for
13 CORBA. This means that omniORB has been tested and certified
14 CORBA compliant, to version 2.1 of the CORBA specification.
16 http://omniorb.sourceforge.net/
18 if BR2_PACKAGE_OMNIORB
20 config BR2_PACKAGE_OMNIORB_WITH_APPS
21 bool "Enable Apps and Services"
23 omniORB applications and services disabled by default
24 embedded system build configuration.