From: Martin Jansa Date: Wed, 19 May 2010 14:51:05 +0000 (+0200) Subject: shr: add tk to DISTRO_FEATURES for python-idle->python-tkinter fix X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa21428ef11bb9b13a276c113e533e951301ecec;p=openembedded.git shr: add tk to DISTRO_FEATURES for python-idle->python-tkinter fix Signed-off-by: Martin Jansa --- diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 84ea4a4731..4edd9ef041 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -92,7 +92,9 @@ DISTRO_BLUETOOTH_MANAGER = "bluez4" # We want images supporting the following features (for task-base) DISTRO_FEATURES = "wifi ppp ext2 vfat bluetooth usbgadget usbhost" # Following features are for ARM and E500 based machines -DISTRO_FEATURES += "eabi" +DISTRO_FEATURES += " eabi " +# Use-like features +DISTRO_FEATURES += " tk " ############################################################################# # LIBRARY NAMES