|
|
@@ -1,6 +1,6 @@
|
|
|
-comment "python3 needs a toolchain w/ wchar, threads, dynamic library, time64 support"
|
|
|
+comment "python3 needs a toolchain w/ wchar, threads, dynamic library"
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || (!BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1 && BR2_TOOLCHAIN_USES_UCLIBC)
|
|
|
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
|
|
|
|
config BR2_PACKAGE_PYTHON3
|
|
|
bool "python3"
|
|
|
@@ -9,7 +9,6 @@ config BR2_PACKAGE_PYTHON3
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libffi
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- depends on !BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1 # need time64 support in uclibc
|
|
|
select BR2_PACKAGE_LIBFFI
|
|
|
select BR2_PACKAGE_BLUEZ5_UTILS_HEADERS if BR2_PACKAGE_BLUEZ5_UTILS
|
|
|
select BR2_PACKAGE_HOST_PYTHON3
|