21a56f9edb
The bzip2 module is needed to build the host variant of NodeJS 14. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
23 lines
415 B
Plaintext
23 lines
415 B
Plaintext
config BR2_PACKAGE_HOST_PYTHON3
|
|
bool "host python3"
|
|
help
|
|
The python language interpreter. Host package.
|
|
|
|
http://www.python.org/
|
|
|
|
if BR2_PACKAGE_HOST_PYTHON3
|
|
|
|
config BR2_PACKAGE_HOST_PYTHON3_BZIP2
|
|
bool "bzip2"
|
|
select BR2_PACKAGE_HOST_BZIP2
|
|
help
|
|
bz2 module for host Python3.
|
|
|
|
config BR2_PACKAGE_HOST_PYTHON3_SSL
|
|
bool "ssl"
|
|
select BR2_PACKAGE_HOST_OPENSSL
|
|
help
|
|
_ssl module for host Python3.
|
|
|
|
endif
|