buildroot/package/zyre/zyre.mk
Thomas Petazzoni 55ee1bd958 zyre: bump to v2.0.0
v2.0.0 has been released after commit
1d949e4bf79b694ea883c325f5813e87ddc2a687, which we currently use, and
it has the advantage of fixing the build with recent versions of czmq.

Fixes:

  http://autobuild.buildroot.net/results/f5804474033d5ff781af2bf195de2b81362f7be2/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-03-08 09:34:35 +01:00

23 lines
568 B
Makefile

################################################################################
#
# zyre
#
################################################################################
ZYRE_VERSION = v2.0.0
ZYRE_SITE = $(call github,zeromq,zyre,$(ZYRE_VERSION))
ZYRE_LICENSE = MPL-2.0
ZYRE_LICENSE_FILES = LICENSE
ZYRE_INSTALL_STAGING = YES
ZYRE_DEPENDENCIES = czmq zeromq host-pkgconf
ZYRE_AUTORECONF = YES
ZYRE_CONF_OPTS = --without-docs
define ZYRE_CREATE_CONFIG_DIR
mkdir -p $(@D)/config
endef
ZYRE_POST_PATCH_HOOKS += ZYRE_CREATE_CONFIG_DIR
$(eval $(autotools-package))