[oe-commits] Petr Štetiar : micro-uclibc: add xattr to distro features to fix build failure of libcap2

git version control git at git.openembedded.org
Wed Mar 2 07:32:18 UTC 2011


Module: openembedded.git
Branch: hipox
Commit: 1cbaa477acf856e8db40023faa6d99e0104a29cc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1cbaa477acf856e8db40023faa6d99e0104a29cc

Author: Petr Štetiar <ynezz at true.cz>
Date:   Sat Feb 26 18:44:13 2011 +0100

micro-uclibc: add xattr to distro features to fix build failure of libcap2

cap_file.c:8:23: fatal error: sys/xattr.h: No such file or directory

Signed-off-by: Petr Štetiar <ynezz at true.cz>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 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





More information about the Openembedded-commits mailing list