1 config BR2_PACKAGE_FILEMQ
3 select BR2_PACKAGE_OPENSSL
4 select BR2_PACKAGE_CZMQ
5 select BR2_PACKAGE_ZEROMQ
6 depends on BR2_INSTALL_LIBSTDCPP # zeromq
7 depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
8 depends on BR2_USE_MMU # czmq
10 FileMQ is a publish-subscribe file service based on 0MQ.
12 http://github.com/zeromq/filemq
14 comment "filemq needs a toolchain w/ C++, threads"
15 depends on BR2_USE_MMU
16 depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)