mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
package/busybox: invert dependency with diffutils
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
ae39bfe24e
commit
78b42e9e55
@ -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_DIFFUTILS),diffutils) \
|
||||||
$(if $(BR2_PACKAGE_DOS2UNIX),dos2unix) \
|
$(if $(BR2_PACKAGE_DOS2UNIX),dos2unix) \
|
||||||
$(if $(BR2_PACKAGE_E2FSPROGS),e2fsprogs) \
|
$(if $(BR2_PACKAGE_E2FSPROGS),e2fsprogs) \
|
||||||
$(if $(BR2_PACKAGE_FBSET),fbset) \
|
$(if $(BR2_PACKAGE_FBSET),fbset) \
|
||||||
|
@ -17,8 +17,4 @@ ifeq ($(BR2_TOOLCHAIN_USES_GLIBC),y)
|
|||||||
DIFFUTILS_CONF_ENV += gl_cv_func_getopt_gnu=yes
|
DIFFUTILS_CONF_ENV += gl_cv_func_getopt_gnu=yes
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
||||||
DIFFUTILS_DEPENDENCIES += busybox
|
|
||||||
endif
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user