update buildroot to 2017.02.11
This commit is contained in:
16
bsp/buildroot-2017.02.11/package/zyre/Config.in
Normal file
16
bsp/buildroot-2017.02.11/package/zyre/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_ZYRE
|
||||
bool "zyre"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # zeromq
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
|
||||
depends on BR2_USE_MMU # czmq
|
||||
select BR2_PACKAGE_CZMQ
|
||||
select BR2_PACKAGE_ZEROMQ
|
||||
help
|
||||
An open-source framework for proximity-based peer-to-peer
|
||||
applications.
|
||||
|
||||
http://zyre.org
|
||||
|
||||
comment "zyre needs a toolchain w/ C++, threads"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
|
||||
2
bsp/buildroot-2017.02.11/package/zyre/zyre.hash
Normal file
2
bsp/buildroot-2017.02.11/package/zyre/zyre.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 0ce8328a2b9fe46aafc4627fc4ebd4d815f4d9f7d9708088459306c87bf5fb4b zyre-1d949e4bf79b694ea883c325f5813e87ddc2a687.tar.gz
|
||||
22
bsp/buildroot-2017.02.11/package/zyre/zyre.mk
Normal file
22
bsp/buildroot-2017.02.11/package/zyre/zyre.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# zyre
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ZYRE_VERSION = 1d949e4bf79b694ea883c325f5813e87ddc2a687
|
||||
ZYRE_SITE = $(call github,zeromq,zyre,$(ZYRE_VERSION))
|
||||
ZYRE_LICENSE = MPLv2.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))
|
||||
Reference in New Issue
Block a user