From: Chris Larson Date: Thu, 17 Dec 2009 16:57:42 +0000 (-0700) Subject: angstrom: add tk to DISTRO_FEATURES for compatibility (python-tkinter module) X-Git-Tag: Release-2010-05/1~1258 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f25fb0eb70862ec676b7eccf1944457bc3891b7a;p=openembedded.git angstrom: add tk to DISTRO_FEATURES for compatibility (python-tkinter module) Signed-off-by: Chris Larson --- 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"