initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_CZMQ
|
||||
bool "czmq"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_INSTALL_LIBSTDCPP # zeromq
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
|
||||
select BR2_PACKAGE_ZEROMQ
|
||||
help
|
||||
High-level C Binding for 0MQ
|
||||
|
||||
http://czmq.zeromq.org/
|
||||
|
||||
comment "czmq needs a toolchain w/ C++, threads"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
|
||||
@@ -0,0 +1,6 @@
|
||||
# From https://github.com/zeromq/czmq/releases
|
||||
md5 471e9ec120fc66a2fe2aae14359e3cfa czmq-4.2.1.tar.gz
|
||||
sha1 75ced09c143f93fae65238375e3a799c40eaed4c czmq-4.2.1.tar.gz
|
||||
# Locally calculated
|
||||
sha256 5d720a204c2a58645d6f7643af15d563a712dad98c9d32c1ed913377daa6ac39 czmq-4.2.1.tar.gz
|
||||
sha256 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5 LICENSE
|
||||
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# czmq
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CZMQ_VERSION = 4.2.1
|
||||
CZMQ_SITE = https://github.com/zeromq/czmq/releases/download/v$(CZMQ_VERSION)
|
||||
|
||||
CZMQ_INSTALL_STAGING = YES
|
||||
CZMQ_DEPENDENCIES = zeromq host-pkgconf
|
||||
CZMQ_LICENSE = MPL-2.0
|
||||
CZMQ_LICENSE_FILES = LICENSE
|
||||
|
||||
CZMQ_CONF_OPTS = --disable-Werror --without-docs
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user