[oe-commits] Martin Jansa : shr: add tk to DISTRO_FEATURES for python-idle-> python-tkinter fix

git version control git at git.openembedded.org
Wed May 19 15:01:48 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fa21428ef11bb9b13a276c113e533e951301ecec
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fa21428ef11bb9b13a276c113e533e951301ecec

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed May 19 16:51:05 2010 +0200

shr: add tk to DISTRO_FEATURES for python-idle->python-tkinter fix

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/distro/shr.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index 84ea4a4..4edd9ef 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





More information about the Openembedded-commits mailing list