1 config BR2_PACKAGE_ZYRE
3 depends on BR2_INSTALL_LIBSTDCPP # zeromq
4 depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
5 depends on BR2_USE_MMU # czmq
6 select BR2_PACKAGE_CZMQ
7 select BR2_PACKAGE_ZEROMQ
9 An open-source framework for proximity-based peer-to-peer
14 comment "zyre needs a toolchain w/ C++, threads"
15 depends on BR2_USE_MMU
16 depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)