On Sat, Feb 26, 2011 at 9:44 AM, Petr Štetiar <[email protected]> wrote:
> cap_file.c:8:23: fatal error: sys/xattr.h: No such file or directory
>
> Signed-off-by: Petr Štetiar <[email protected]>
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
> [email protected]
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel