Peter Korsgaard 2015-05-02 09:37:12 +02:00
parent b4d19a0995
commit 5b4d18dd1c

View file

@ -1,6 +1,6 @@
comment "python needs a toolchain w/ wchar, threads"
comment "python needs a toolchain w/ wchar, threads, dynamic library"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
config BR2_PACKAGE_PYTHON
bool "python"
@ -8,6 +8,7 @@ config BR2_PACKAGE_PYTHON
# uses fork()
depends on BR2_USE_MMU
depends on BR2_TOOLCHAIN_HAS_THREADS # libffi
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_LIBFFI
help
The python language interpreter.