Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
config BR2_PACKAGE_CIRCUS
|
||||
bool "circus"
|
||||
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
||||
depends on BR2_USE_WCHAR # pyzmq -> zeromq
|
||||
depends on BR2_INSTALL_LIBSTDCPP # pyzmq -> zeromq
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # pyzmq -> zeromq
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # python-psutil
|
||||
select BR2_PACKAGE_PYTHON_IOWAIT # runtime
|
||||
select BR2_PACKAGE_PYTHON_PSUTIL # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYZMQ # runtime
|
||||
@@ -15,7 +15,7 @@ config BR2_PACKAGE_CIRCUS
|
||||
|
||||
https://circus.readthedocs.org/en/latest/
|
||||
|
||||
comment "circus needs Python and a toolchain w/ C++, wchar, threads"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
||||
!BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
comment "circus needs Python and a uClibc or glibc toolchain w/ C++, threads"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
BR2_TOOLCHAIN_USES_MUSL || \
|
||||
!(BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3)
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
################################################################################
|
||||
|
||||
CIRCUS_VERSION = 0.13.0
|
||||
CIRCUS_SOURCE = circus-$(CIRCUS_VERSION).tar.gz
|
||||
CIRCUS_SITE = https://pypi.python.org/packages/source/c/circus
|
||||
CIRCUS_SETUP_TYPE = setuptools
|
||||
CIRCUS_LICENSE = Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user