update buildroot to 2017.02.11
This commit is contained in:
12
bsp/buildroot-2017.02.11/package/cppzmq/Config.in
Normal file
12
bsp/buildroot-2017.02.11/package/cppzmq/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_CPPZMQ
|
||||
bool "cppzmq"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
|
||||
select BR2_PACKAGE_ZEROMQ
|
||||
help
|
||||
C++ binding for zeromq (ZeroMQ, 0MQ, zmq).
|
||||
|
||||
http://github.com/zeromq/cppzmq
|
||||
|
||||
comment "cppzmq needs a toolchain w/ C++, threads"
|
||||
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
|
||||
2
bsp/buildroot-2017.02.11/package/cppzmq/cppzmq.hash
Normal file
2
bsp/buildroot-2017.02.11/package/cppzmq/cppzmq.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 812b47f76c609e194b2607a186ff0d1b03b6a0c8ea13b20faa47570ddf38ef2c cppzmq-68a7b09cfce01c4c279fba2cf91686fcfc566848.tar.gz
|
||||
18
bsp/buildroot-2017.02.11/package/cppzmq/cppzmq.mk
Normal file
18
bsp/buildroot-2017.02.11/package/cppzmq/cppzmq.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# cppzmq
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CPPZMQ_VERSION = 68a7b09cfce01c4c279fba2cf91686fcfc566848
|
||||
CPPZMQ_SITE = $(call github,zeromq,cppzmq,$(CPPZMQ_VERSION))
|
||||
CPPZMQ_INSTALL_STAGING = YES
|
||||
CPPZMQ_DEPENDENCIES = zeromq
|
||||
CPPZMQ_LICENSE = MIT
|
||||
CPPZMQ_LICENSE_FILES = LICENSE
|
||||
|
||||
define CPPZMQ_INSTALL_STAGING_CMDS
|
||||
$(INSTALL) -m 0644 -D $(@D)/zmq.hpp $(STAGING_DIR)/usr/include/zmq.hpp
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user