mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/busybox: invert dependency with i2c-tools
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
456e68c871
commit
8dd72efae2
@ -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_I2C_TOOLS),i2c-tools) \
|
||||||
$(if $(BR2_PACKAGE_IFENSLAVE),ifenslave) \
|
$(if $(BR2_PACKAGE_IFENSLAVE),ifenslave) \
|
||||||
$(if $(BR2_PACKAGE_IFPLUGD),ifplugd) \
|
$(if $(BR2_PACKAGE_IFPLUGD),ifplugd) \
|
||||||
$(if $(BR2_PACKAGE_IFUPDOWN),ifupdown) \
|
$(if $(BR2_PACKAGE_IFUPDOWN),ifupdown) \
|
||||||
|
@ -19,10 +19,6 @@ ifeq ($(BR2_PACKAGE_PYTHON3),y)
|
|||||||
I2C_TOOLS_DEPENDENCIES += python3
|
I2C_TOOLS_DEPENDENCIES += python3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
||||||
I2C_TOOLS_DEPENDENCIES += busybox
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_STATIC_LIBS),y)
|
ifeq ($(BR2_STATIC_LIBS),y)
|
||||||
I2C_TOOLS_MAKE_OPTS += BUILD_DYNAMIC_LIB=0 USE_STATIC_LIB=1
|
I2C_TOOLS_MAKE_OPTS += BUILD_DYNAMIC_LIB=0 USE_STATIC_LIB=1
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user