[Buildroot] [PATCH 49/50 v2] package/busybox: add dependency on attr

Arnout Vandecappelle arnout at mind.be
Sun Jul 8 11:09:59 UTC 2018



On 08-07-18 11:46, Yann E. MORIN wrote:
> attr and busybox may each install setfattr, so attr must be installed
> before busybox.

 bzip2 is in a similar situation, and probably more.

 Regards,
 Arnout

> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> ---
>  package/busybox/busybox.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
> index 0a9af9f17b..5266f844b6 100644
> --- a/package/busybox/busybox.mk
> +++ b/package/busybox/busybox.mk
> @@ -22,6 +22,7 @@ BUSYBOX_LDFLAGS = \
>  
>  # Packages that provide commands that may also be busybox applets:
>  BUSYBOX_DEPENDENCIES = \
> +	$(if $(BR2_PACKAGE_ATTR),attr) \
>  	$(if $(BR2_PACKAGE_BASH),bash) \
>  	$(if $(BR2_PACKAGE_BC),bc) \
>  	$(if $(BR2_PACKAGE_BINUTILS),binutils) \
> 

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF



More information about the buildroot mailing list