micro-uclibc: add xattr to distro features to fix build failure of libcap2
authorPetr Štetiar <ynezz@true.cz>
Sat, 26 Feb 2011 17:44:13 +0000 (18:44 +0100)
committerTom Rini <tom_rini@mentor.com>
Sat, 26 Feb 2011 18:02:59 +0000 (11:02 -0700)
cap_file.c:8:23: fatal error: sys/xattr.h: No such file or directory

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
conf/distro/micro-uclibc.conf
conf/distro/micro.conf

index 85ea9b3..55b4ebd 100644 (file)
@@ -12,6 +12,7 @@
 #############################################################################
 
 DISTRO_NAME = "micro-uclibc"
+DISTRO_FEATURES = "xattr"
 
 #############################################################################
 # TOOLCHAIN
index b1f8f1e..bb417b1 100644 (file)
@@ -19,7 +19,7 @@ DISTRO_VERSION = "${SRCDATE}"
 # DISTRO FEATURE SELECTION
 #############################################################################
 # No features selected
-DISTRO_FEATURES = "eabi"
+DISTRO_FEATURES += "eabi"
 
 #############################################################################
 # LIBRARY NAMES