mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
package/busybox: invert dependency with iproute2
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
fcc3b9cec2
commit
b83204d038
@ -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_IPROUTE2),iproute2) \
|
||||||
$(if $(BR2_PACKAGE_IPUTILS),iputils) \
|
$(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) \
|
||||||
|
@ -12,12 +12,6 @@ IPROUTE2_DEPENDENCIES = host-bison host-flex host-pkgconf \
|
|||||||
IPROUTE2_LICENSE = GPL-2.0+
|
IPROUTE2_LICENSE = GPL-2.0+
|
||||||
IPROUTE2_LICENSE_FILES = COPYING
|
IPROUTE2_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
# If both iproute2 and busybox are selected, make certain we win
|
|
||||||
# the fight over who gets to have their utils actually installed.
|
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
||||||
IPROUTE2_DEPENDENCIES += busybox
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_ELFUTILS),y)
|
ifeq ($(BR2_PACKAGE_ELFUTILS),y)
|
||||||
IPROUTE2_DEPENDENCIES += elfutils
|
IPROUTE2_DEPENDENCIES += elfutils
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user