[oe] [PATCH 2/2] minimal-uclibc: add xattr to distro features to fix build failure of libcap2
Petr Štetiar
ynezz at true.cz
Sat Feb 26 17:44:15 UTC 2011
cap_file.c:8:23: fatal error: sys/xattr.h: No such file or directory
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
conf/distro/minimal-uclibc.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/distro/minimal-uclibc.conf b/conf/distro/minimal-uclibc.conf
index bc9615b..ca4253a 100644
--- a/conf/distro/minimal-uclibc.conf
+++ b/conf/distro/minimal-uclibc.conf
@@ -35,7 +35,7 @@ require conf/distro/minimal.conf
# FEATURE SELECTION
#############################################################################
# We want images supporting the following features (for task-base)
-DISTRO_FEATURES = "nfs smbfs wifi ppp alsa ext2 vfat pcmcia usbgadget usbhost pci"
+DISTRO_FEATURES = "nfs smbfs wifi ppp alsa ext2 vfat pcmcia usbgadget usbhost pci xattr"
# Following feature is for ARM and E500 based machines
DISTRO_FEATURES += "eabi"
# pam is needed on uclibc if using shadow
--
1.7.0.4
More information about the Openembedded-devel
mailing list