[oe-commits] Koen Kooi : angstrom: fix another regression with DISTRO_FEATURES

git version control git at git.openembedded.org
Tue Jul 13 17:24:03 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b62ea92436361e3f89eb433389a2fd48f967e4f0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b62ea92436361e3f89eb433389a2fd48f967e4f0

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jul 13 19:22:33 2010 +0200

angstrom: fix another regression with DISTRO_FEATURES

*sigh*

---

 conf/distro/include/angstrom.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 685ec45..f13cc22 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -200,7 +200,7 @@ SEPPUKU_COMPONENT    = "org.openembedded.dev"
 OESTATS_SERVER      ?= "tinderbox.openembedded.org"
 
 # We want images supporting the following features (for task-base)
-DISTRO_FEATURES = "ipv4 ipv6 nfs smbfs wifi ppp alsa bluetooth ext2 vfat irda pcmcia usbgadget usbhost pci pam"
+DISTRO_FEATURES = "largefile ipv4 ipv6 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