aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-05-19 16:51:05 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-05-19 17:01:30 +0200
commitfa21428ef11bb9b13a276c113e533e951301ecec (patch)
tree6ee711c5c3d42bf7131ab90c03417e1514e95601 /conf
parent5083d49cb3ad295a66a63ab1aa688c64d5f347d3 (diff)
downloadopenembedded-fa21428ef11bb9b13a276c113e533e951301ecec.tar.gz
shr: add tk to DISTRO_FEATURES for python-idle->python-tkinter fix
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/shr.conf4
1 files changed, 3 insertions, 1 deletions
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