All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] micro-uclibc: add xattr to distro features to fix build failure of libcap2
@ 2011-02-26 17:44 Petr Štetiar
  2011-02-26 17:44 ` [PATCH] minimal-uclibc: " Petr Štetiar
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Petr Štetiar @ 2011-02-26 17:44 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Petr Štetiar <ynezz@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




^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-02-28 18:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-26 17:44 [PATCH 1/2] micro-uclibc: add xattr to distro features to fix build failure of libcap2 Petr Štetiar
2011-02-26 17:44 ` [PATCH] minimal-uclibc: " Petr Štetiar
2011-02-26 17:46   ` Petr Štetiar
2011-02-26 17:44 ` [PATCH 2/2] " Petr Štetiar
2011-02-26 18:07   ` Khem Raj
2011-02-26 18:06 ` [PATCH 1/2] micro-uclibc: " Khem Raj
2011-02-26 18:39   ` Petr Štetiar
2011-02-26 18:39 ` Phil Blundell
2011-02-26 18:59   ` Petr Štetiar
2011-02-26 19:20     ` Phil Blundell
2011-02-26 21:48       ` Petr Štetiar
2011-02-26 22:26       ` Tom Rini
2011-02-28 18:23         ` Phil Blundell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.