Bump buildroot to 2019.02
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CZMQ_VERSION = 5205ec201e97c3a652c17eb86b18b70350b54512
|
||||
CZMQ_SITE = $(call github,zeromq,czmq,$(CZMQ_VERSION))
|
||||
CZMQ_VERSION = 4.1.1
|
||||
CZMQ_SITE = https://github.com/zeromq/czmq/releases/download/v$(CZMQ_VERSION)
|
||||
|
||||
# Autoreconf required as we use the git tree
|
||||
# 0001-configure.ac-remove-Werror.patch touches configure.ac
|
||||
CZMQ_AUTORECONF = YES
|
||||
CZMQ_INSTALL_STAGING = YES
|
||||
CZMQ_DEPENDENCIES = zeromq host-pkgconf
|
||||
@@ -18,10 +18,4 @@ CZMQ_LICENSE_FILES = LICENSE
|
||||
# host-python, so disable asciidoc entirely.
|
||||
CZMQ_CONF_ENV = ac_cv_prog_czmq_have_asciidoc=no
|
||||
|
||||
define CZMQ_CREATE_CONFIG_DIR
|
||||
mkdir -p $(@D)/config
|
||||
endef
|
||||
|
||||
CZMQ_POST_PATCH_HOOKS += CZMQ_CREATE_CONFIG_DIR
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user