zyre: remove spurious dependency on filemq
zyre doesn't actually depend on filemq; it just needs czmq and zeromq Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e1f8d4d072
commit
f56f4da887
@ -1,15 +1,16 @@
|
||||
config BR2_PACKAGE_ZYRE
|
||||
bool "zyre"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # filemq
|
||||
depends on BR2_INET_IPV6 # filemq
|
||||
depends on BR2_LARGEFILE # filemq
|
||||
depends on BR2_USE_WCHAR # filemq
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # filemq
|
||||
depends on BR2_USE_MMU # filemq -> czmq
|
||||
depends on BR2_INSTALL_LIBSTDCPP # zeromq
|
||||
depends on BR2_INET_IPV6 # zeromq
|
||||
depends on BR2_LARGEFILE # zeromq
|
||||
depends on BR2_USE_WCHAR # zeromq
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
|
||||
depends on BR2_USE_MMU # czmq
|
||||
# uClibc toolchains provided by ADI don't have AI_ADDRCONFIG
|
||||
# support, needed by filemq -> czmq
|
||||
# support, needed by czmq
|
||||
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
|
||||
select BR2_PACKAGE_FILEMQ
|
||||
select BR2_PACKAGE_CZMQ
|
||||
select BR2_PACKAGE_ZEROMQ
|
||||
help
|
||||
An open-source framework for proximity-based peer-to-peer
|
||||
applications.
|
||||
|
@ -9,7 +9,7 @@ ZYRE_SITE = $(call github,zeromq,zyre,$(ZYRE_VERSION))
|
||||
ZYRE_LICENSE = LGPLv3+
|
||||
ZYRE_LICENSE_FILES = COPYING COPYING.LESSER
|
||||
ZYRE_INSTALL_STAGING = YES
|
||||
ZYRE_DEPENDENCIES = filemq
|
||||
ZYRE_DEPENDENCIES = czmq zeromq
|
||||
ZYRE_AUTORECONF = YES
|
||||
|
||||
define ZYRE_CREATE_CONFIG_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user