git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf79b88
)
minimal-uclibc.conf: Add xattr to DISTRO_FEATURES
author
Tom Rini
<tom_rini@mentor.com>
Sat, 26 Feb 2011 16:51:54 +0000
(09:51 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/conf/distro/minimal-uclibc.conf
b/conf/distro/minimal-uclibc.conf
index
bc9615b
..
b85ed1e
100644
(file)
--- 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"]}'