[oe-commits] Tom Rini : minimal-uclibc.conf: Add xattr to DISTRO_FEATURES

git version control git at git.openembedded.org
Sat Feb 26 17:50:21 UTC 2011


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Sat Feb 26 09:51:54 2011 -0700

minimal-uclibc.conf: Add xattr to DISTRO_FEATURES

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 conf/distro/minimal-uclibc.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/distro/minimal-uclibc.conf b/conf/distro/minimal-uclibc.conf
index bc9615b..b85ed1e 100644
--- a/conf/distro/minimal-uclibc.conf
+++ b/conf/distro/minimal-uclibc.conf
@@ -42,6 +42,8 @@ DISTRO_FEATURES += "eabi"
 DISTRO_FEATURES += "pam"
 # large file support is needed for libsndfile
 DISTRO_FEATURES += "largefile"
+# libcap2 is pulled in via avahi
+DISTRO_FEATURES += "xattr"
 # glib-2.0 needs ipv6 and there is no knob to control it
 DISTRO_FEATURES += "ipv4 ipv6"
 DISTRO_FEATURES += ' ${@["", "thumb-interwork"][bb.data.getVar('THUMB_INTERWORK', d, 1) == "yes"]}'





More information about the Openembedded-commits mailing list