git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5083d49
)
shr: add tk to DISTRO_FEATURES for python-idle->python-tkinter fix
author
Martin Jansa
<Martin.Jansa@gmail.com>
Wed, 19 May 2010 14:51:05 +0000
(16:51 +0200)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Wed, 19 May 2010 15:01:30 +0000
(17:01 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
conf/distro/shr.conf
patch
|
blob
|
history
diff --git
a/conf/distro/shr.conf
b/conf/distro/shr.conf
index
84ea4a4
..
4edd9ef
100644
(file)
--- 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