mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/busybox: invert dependency with coreutils
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
aec0e84de7
commit
06d45770d1
@ -22,6 +22,7 @@ BUSYBOX_LDFLAGS = \
|
|||||||
|
|
||||||
# Packages that provide commands that may also be busybox applets:
|
# Packages that provide commands that may also be busybox applets:
|
||||||
BUSYBOX_DEPENDENCIES = \
|
BUSYBOX_DEPENDENCIES = \
|
||||||
|
$(if $(BR2_PACKAGE_COREUTILS),coreutils) \
|
||||||
$(if $(BR2_PACKAGE_CPIO),cpio) \
|
$(if $(BR2_PACKAGE_CPIO),cpio) \
|
||||||
$(if $(BR2_PACKAGE_DCRON),dcron) \
|
$(if $(BR2_PACKAGE_DCRON),dcron) \
|
||||||
$(if $(BR2_PACKAGE_DEBIANUTILS),debianutils) \
|
$(if $(BR2_PACKAGE_DEBIANUTILS),debianutils) \
|
||||||
|
@ -59,12 +59,6 @@ COREUTILS_BIN_PROGS = cat chgrp chmod chown cp date dd df dir echo false \
|
|||||||
kill link ln ls mkdir mknod mktemp mv nice printenv pwd rm rmdir \
|
kill link ln ls mkdir mknod mktemp mv nice printenv pwd rm rmdir \
|
||||||
vdir sleep stty sync touch true uname join
|
vdir sleep stty sync touch true uname join
|
||||||
|
|
||||||
# If both coreutils and busybox are selected, make certain coreutils
|
|
||||||
# wins the fight over who gets to have their utils actually installed.
|
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
||||||
COREUTILS_DEPENDENCIES = busybox
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_ACL),y)
|
ifeq ($(BR2_PACKAGE_ACL),y)
|
||||||
COREUTILS_DEPENDENCIES += acl
|
COREUTILS_DEPENDENCIES += acl
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user