[oe] [PATCH 1/2] micro-uclibc: add xattr to distro features to fix build failure of libcap2

Khem Raj raj.khem at gmail.com
Sat Feb 26 18:06:31 UTC 2011


On Sat, Feb 26, 2011 at 9:44 AM, Petr Štetiar <ynezz at true.cz> wrote:
> cap_file.c:8:23: fatal error: sys/xattr.h: No such file or directory
>
> Signed-off-by: Petr Štetiar <ynezz at true.cz>


looks good although I dont know if enabling this is intended as micro
should be small

> ---
>  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
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list