diff options
author | Chris Larson <clarson@mvista.com> | 2009-12-17 09:57:42 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2009-12-17 09:57:42 -0700 |
commit | f25fb0eb70862ec676b7eccf1944457bc3891b7a (patch) | |
tree | 34f24dd966da3425dc96ce3e40f172a61b1c7631 /conf/distro/include/angstrom.inc | |
parent | a7c752d20f6a2623470734a0054e078aea4400b4 (diff) |
angstrom: add tk to DISTRO_FEATURES for compatibility (python-tkinter module)
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r-- | conf/distro/include/angstrom.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 8647dd7ec4..01c2fb50b6 100644 --- 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" |