minimal-uclibc.conf: Add xattr to DISTRO_FEATURES
authorTom Rini <tom_rini@mentor.com>
Sat, 26 Feb 2011 16:51:54 +0000 (09:51 -0700)
committerTom Rini <tom_rini@mentor.com>
Sat, 26 Feb 2011 16:51:54 +0000 (09:51 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
conf/distro/minimal-uclibc.conf

index bc9615b..b85ed1e 100644 (file)
@@ -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"]}'