package/busybox: add dependency on attr
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 8 Jul 2018 09:46:14 +0000 (11:46 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 8 Jul 2018 11:08:06 +0000 (13:08 +0200)
attr and busybox may each install setfattr, so attr must be installed
before busybox.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/busybox/busybox.mk

index 0a9af9f17b4fe8c561d3d3220c8912629e725718..5266f844b627b0bb5cd34176213408eef642e9fc 100644 (file)
@@ -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) \