Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -3,6 +3,7 @@ config BR2_PACKAGE_RIEMANN_C_CLIENT
|
||||
depends on BR2_INSTALL_LIBSTDCPP # protobuf-c
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # protobuf-c
|
||||
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" # protobuf-c
|
||||
depends on BR2_HOST_GCC_AT_LEAST_4_5 # protobuf-c
|
||||
select BR2_PACKAGE_PROTOBUF_C
|
||||
help
|
||||
Riemann-c-client is a C client library for the Riemann
|
||||
@@ -12,6 +13,7 @@ config BR2_PACKAGE_RIEMANN_C_CLIENT
|
||||
|
||||
https://github.com/algernon/riemann-c-client
|
||||
|
||||
comment "riemann-c-client needs a toolchain w/ C++, threads"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
comment "riemann-c-client needs a toolchain w/ C++, threads, host gcc >= 4.5"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
|
||||
|| !BR2_HOST_GCC_AT_LEAST_4_5
|
||||
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
RIEMANN_C_CLIENT_VERSION = 1.9.1
|
||||
RIEMANN_C_CLIENT_SOURCE = riemann-c-client-$(RIEMANN_C_CLIENT_VERSION).tar.xz
|
||||
RIEMANN_C_CLIENT_SITE = https://github.com/algernon/riemann-c-client/releases/download/riemann-c-client-$(RIEMANN_C_CLIENT_VERSION)
|
||||
RIEMANN_C_CLIENT_LICENSE = LGPLv3+
|
||||
RIEMANN_C_CLIENT_LICENSE = LGPL-3.0+
|
||||
RIEMANN_C_CLIENT_LICENSE_FILES = LICENSE
|
||||
RIEMANN_C_CLIENT_INSTALL_STAGING = YES
|
||||
RIEMANN_C_CLIENT_MAKE = $(MAKE1)
|
||||
|
||||
Reference in New Issue
Block a user