mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
config BR2_PACKAGE_DOCKER_COMPOSE
|
||||
bool "docker-compose"
|
||||
depends on BR2_USE_MMU # python
|
||||
depends on BR2_USE_WCHAR # python
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # python
|
||||
depends on !BR2_STATIC_LIBS # python
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-paramiko -> python-cryptography
|
||||
select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON_BACKPORTS_SSL_MATCH_HOSTNAME \
|
||||
if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON_IPADDRESS if BR2_PACKAGE_PYTHON # runtime
|
||||
depends on BR2_USE_MMU # python3
|
||||
depends on BR2_USE_WCHAR # python3
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # python3
|
||||
depends on !BR2_STATIC_LIBS # python3
|
||||
# python-paramiko -> python-cryptography
|
||||
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
||||
select BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_CACHED_PROPERTY # runtime
|
||||
select BR2_PACKAGE_PYTHON_DOCOPT # runtime
|
||||
select BR2_PACKAGE_PYTHON_PARAMIKO # runtime
|
||||
@@ -26,7 +23,8 @@ config BR2_PACKAGE_DOCKER_COMPOSE
|
||||
|
||||
https://www.docker.com/
|
||||
|
||||
comment "docker-compose needs a toolchain w/ C++, wchar, threads, dynamic library"
|
||||
comment "docker-compose needs a toolchain w/ wchar, threads, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP
|
||||
BR2_STATIC_LIBS
|
||||
|
||||
Reference in New Issue
Block a user