|
@@ -8,8 +8,7 @@ config BR2_PACKAGE_ZYRE
|
|
|
depends on BR2_USE_MMU # filemq -> czmq
|
|
|
# uClibc toolchains provided by ADI don't have AI_ADDRCONFIG
|
|
|
# support, needed by filemq -> czmq
|
|
|
- depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
|
|
|
- !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
|
|
+ depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
|
|
|
select BR2_PACKAGE_FILEMQ
|
|
|
help
|
|
|
An open-source framework for proximity-based peer-to-peer
|
|
@@ -19,7 +18,6 @@ config BR2_PACKAGE_ZYRE
|
|
|
|
|
|
comment "zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads"
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
|
|
|
- !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
|
|
+ depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
|
|
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
|
|
|
&& BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|