mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
create rootf's & SDK from 2018.02.9 buildroot (#10)
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
@@ -4,13 +4,13 @@ comment "python3 needs a toolchain w/ wchar, threads, dynamic library"
|
||||
|
||||
config BR2_PACKAGE_PYTHON3
|
||||
bool "python3"
|
||||
depends on !BR2_PACKAGE_PYTHON
|
||||
depends on BR2_USE_WCHAR
|
||||
# uses fork()
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libffi
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_LIBFFI
|
||||
select BR2_PACKAGE_BLUEZ5_UTILS_HEADERS if BR2_PACKAGE_BLUEZ5_UTILS
|
||||
help
|
||||
The python language interpreter.
|
||||
|
||||
@@ -40,17 +40,6 @@ menu "core python3 modules"
|
||||
|
||||
comment "The following modules are unusual or require extra libraries"
|
||||
|
||||
config BR2_PACKAGE_PYTHON3_2TO3
|
||||
bool "2to3 module"
|
||||
help
|
||||
code translation from python 2 to 3
|
||||
|
||||
config BR2_PACKAGE_PYTHON3_BERKELEYDB
|
||||
bool "berkeleydb"
|
||||
select BR2_PACKAGE_BERKELEYDB
|
||||
help
|
||||
berkeleydb module for Python3
|
||||
|
||||
config BR2_PACKAGE_PYTHON3_BZIP2
|
||||
bool "bz2 module"
|
||||
select BR2_PACKAGE_BZIP2
|
||||
@@ -89,8 +78,6 @@ config BR2_PACKAGE_PYTHON3_READLINE
|
||||
config BR2_PACKAGE_PYTHON3_SSL
|
||||
bool "ssl"
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
|
||||
select BR2_PACKAGE_LIBOPENSSL_ENABLE_BLAKE2
|
||||
help
|
||||
_ssl module for Python3 (required for https in urllib etc).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user