[oe] [PATCH 1/2] micro-uclibc: add xattr to distro features to fix build failure of libcap2
Petr Štetiar
ynezz at true.cz
Sat Feb 26 17:44:13 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/micro-uclibc.conf | 1 +
conf/distro/micro.conf | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/conf/distro/micro-uclibc.conf b/conf/distro/micro-uclibc.conf
index 85ea9b3..55b4ebd 100644
--- a/conf/distro/micro-uclibc.conf
+++ b/conf/distro/micro-uclibc.conf
@@ -12,6 +12,7 @@
#############################################################################
DISTRO_NAME = "micro-uclibc"
+DISTRO_FEATURES = "xattr"
#############################################################################
# TOOLCHAIN
diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf
index b1f8f1e..bb417b1 100644
--- a/conf/distro/micro.conf
+++ b/conf/distro/micro.conf
@@ -19,7 +19,7 @@ DISTRO_VERSION = "${SRCDATE}"
# DISTRO FEATURE SELECTION
#############################################################################
# No features selected
-DISTRO_FEATURES = "eabi"
+DISTRO_FEATURES += "eabi"
#############################################################################
# LIBRARY NAMES
--
1.7.0.4
More information about the Openembedded-devel
mailing list