1 config BR2_PACKAGE_BCTOOLBOX
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 select BR2_PACKAGE_MBEDTLS # mbedtls is preferred over polarssl
7 Utilities library used by Belledonne Communications
8 softwares like belle-sip, mediastreamer2 and linphone.
10 https://github.com/BelledonneCommunications/bctoolbox
12 comment "bctoolbox needs a toolchain w/ C++, threads"
13 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS