Commit f56f4da8 authored by Simon Dawson's avatar Simon Dawson Committed by Peter Korsgaard
Browse files

zyre: remove spurious dependency on filemq



zyre doesn't actually depend on filemq; it just needs czmq and zeromq

Signed-off-by: default avatarSimon Dawson <spdawson@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent e1f8d4d0
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
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.
+1 −1
Original line number Diff line number Diff line
@@ -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