mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/busybox: invert dependency with iputils
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
273f23a452
commit
fcc3b9cec2
@ -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_IPUTILS),iputils) \
|
||||||
$(if $(BR2_PACKAGE_KMOD),kmod) \
|
$(if $(BR2_PACKAGE_KMOD),kmod) \
|
||||||
$(if $(BR2_PACKAGE_LESS),less) \
|
$(if $(BR2_PACKAGE_LESS),less) \
|
||||||
$(if $(BR2_PACKAGE_LSOF),lsof) \
|
$(if $(BR2_PACKAGE_LSOF),lsof) \
|
||||||
|
@ -17,12 +17,6 @@ IPUTILS_LICENSE = GPL-2.0+, BSD-3-Clause, BSD-4-Clause
|
|||||||
# Only includes a license file for BSD
|
# Only includes a license file for BSD
|
||||||
IPUTILS_LICENSE_FILES = ninfod/COPYING
|
IPUTILS_LICENSE_FILES = ninfod/COPYING
|
||||||
|
|
||||||
# Build after busybox so target ends up with this package's full
|
|
||||||
# versions of the applications instead of busybox applets.
|
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
||||||
IPUTILS_DEPENDENCIES += busybox
|
|
||||||
endif
|
|
||||||
|
|
||||||
IPUTILS_MAKE_OPTS = $(TARGET_CONFIGURE_OPTS) USE_SYSFS=no USE_IDN=no\
|
IPUTILS_MAKE_OPTS = $(TARGET_CONFIGURE_OPTS) USE_SYSFS=no USE_IDN=no\
|
||||||
CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE"
|
CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user