[oe-commits] Chris Larson : angstrom: add tk to DISTRO_FEATURES for compatibility ( python-tkinter module)

git version control git at git.openembedded.org
Fri Dec 18 11:03:42 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: f25fb0eb70862ec676b7eccf1944457bc3891b7a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f25fb0eb70862ec676b7eccf1944457bc3891b7a

Author: Chris Larson <clarson at mvista.com>
Date:   Thu Dec 17 09:57:42 2009 -0700

angstrom: add tk to DISTRO_FEATURES for compatibility (python-tkinter module)

Signed-off-by: Chris Larson <clarson at mvista.com>

---

 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 8647dd7..01c2fb5 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"





More information about the Openembedded-commits mailing list