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:
a7c752d
)
angstrom: add tk to DISTRO_FEATURES for compatibility (python-tkinter module)
author
Chris Larson
<clarson@mvista.com>
Thu, 17 Dec 2009 16:57:42 +0000
(09:57 -0700)
committer
Chris Larson
<clarson@mvista.com>
Thu, 17 Dec 2009 16:57:42 +0000
(09:57 -0700)
Signed-off-by: Chris Larson <clarson@mvista.com>
conf/distro/include/angstrom.inc
patch
|
blob
|
history
diff --git
a/conf/distro/include/angstrom.inc
b/conf/distro/include/angstrom.inc
index
8647dd7
..
01c2fb5
100644
(file)
--- a/
conf/distro/include/angstrom.inc
+++ b/
conf/distro/include/angstrom.inc
@@
-206,3
+206,6
@@
OESTATS_SERVER ?= "tinderbox.openembedded.org"
# We want images supporting the following features (for task-base)
DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 vfat irda pcmcia usbgadget usbhost pci pam"
+
+# Use-like features
+DISTRO_FEATURES += "tk"