cap_file.c:8:23: fatal error: sys/xattr.h: No such file or directory Signed-off-by: Petr Štetiar <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
