python: needs dynamic library support
Fixes: http://autobuild.buildroot.net/results/7a0/7a044d5c8bf7526fcf4f0ec80a2b9b18d1f632a1/ http://autobuild.buildroot.net/results/27f/27ff12127dee3b1a8df86ef8b05681d695b2cac8/ http://autobuild.buildroot.net/results/7ce/7ce78169b661dcd6c04dc3ee5b1877c0de09f91d/ http://autobuild.buildroot.net/results/e58/e583583bc0ba4aff84d896fb7e6caf4793e03eb9/ And many more. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
b4d19a0995
commit
5b4d18dd1c
@ -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_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
|
config BR2_PACKAGE_PYTHON
|
||||||
bool "python"
|
bool "python"
|
||||||
@ -8,6 +8,7 @@ config BR2_PACKAGE_PYTHON
|
|||||||
# uses fork()
|
# uses fork()
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libffi
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libffi
|
||||||
|
depends on !BR2_STATIC_LIBS
|
||||||
select BR2_PACKAGE_LIBFFI
|
select BR2_PACKAGE_LIBFFI
|
||||||
help
|
help
|
||||||
The python language interpreter.
|
The python language interpreter.
|
||||||
|
Loading…
Reference in New Issue
Block a user