python: needs WCHAR support in toolchain

And hence, portage needs it as well.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard
2010-04-19 14:38:45 +02:00
parent fb951b9342
commit 7b3a6f0aab
3 changed files with 14 additions and 6 deletions

View File

@@ -1,10 +1,14 @@
config BR2_PACKAGE_PYTHON
bool "python"
depends on BR2_USE_WCHAR
help
The python language interpreter.
http://www.python.org/
comment "python requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR
config BR2_PACKAGE_PYTHON_DEV
depends on BR2_PACKAGE_PYTHON
bool "development files on target"