python: needs WCHAR support in toolchain
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 19 Apr 2010 12:38:45 +0000 (14:38 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 19 Apr 2010 12:38:45 +0000 (14:38 +0200)
And hence, portage needs it as well.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/portage/Config.in
package/python/Config.in

diff --git a/CHANGES b/CHANGES
index 315a1e684dbe7cce3a872a3e767bf3cb1f864496..3956ca95cfd6f8b626aeb663a1ca06dc67454216 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        e2fsprogs, fbv, freetype, iperf, iptables, iw, less,
        libaio,libdrm, libgcrypt, libglib2, libpng, libxml2, matchbox,
        mdadm, memstat, mesa3d, mtd-utils, nano, openssl, pciutils,
-       php, pixman, pppd, pthread-stubs, qt, radvd, setserial,
-       squashfs, usb_modeswith, wget, xdriver_xf86-video-intel,
-       xkeyboard-config, xlib_libX11, xlib_libXfont,
-       xlib_libXfontcache, xlib_libXxf86misc, xlib_libpciaccess,
-       xproto_dri2proto, xproto_eviext, xproto_fontcacheproto,
-       xproto_xf86miscproto
+       php, pixman, portage, pppd, pthread-stubs, python, qt, radvd,
+       setserial, squashfs, usb_modeswith, wget,
+       xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
+       xlib_libXfont, xlib_libXfontcache, xlib_libXxf86misc,
+       xlib_libpciaccess, xproto_dri2proto, xproto_eviext,
+       xproto_fontcacheproto, xproto_xf86miscproto
 
        Issues resolved (http://bugs.uclibc.org):
 
index 27661cd9247103da6748604f09780b12425d5706..83778ff3cbeaeb83c5ed227c8a6bb94b5eb8e96d 100644 (file)
@@ -1,7 +1,11 @@
 config BR2_PACKAGE_PORTAGE
        bool "portage"
        select BR2_PACKAGE_PYTHON
+       depends on BR2_USE_WCHAR
        help
          Portage, the Gentoo package management tool.
 
          http://www.gentoo.org/
+
+comment "portage requires a toolchain with WCHAR support"
+       depends on !BR2_USE_WCHAR
index 6931eb70f454971cd0271b974ff1c6672caf363f..e77d7aa406aacbac4d2a9b6cfd0595fce04e6033 100644 (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"