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