package/busybox: invert dependency with usbutils
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
f0bc0e94ab
commit
c4968938bb
@ -22,6 +22,7 @@ BUSYBOX_LDFLAGS = \
|
||||
|
||||
# Packages that provide commands that may also be busybox applets:
|
||||
BUSYBOX_DEPENDENCIES = \
|
||||
$(if $(BR2_PACKAGE_USBUTILS),usbutils) \
|
||||
$(if $(BR2_PACKAGE_UTIL_LINUX),util-linux) \
|
||||
$(if $(BR2_PACKAGE_VIM),vim) \
|
||||
$(if $(BR2_PACKAGE_WGET),wget) \
|
||||
|
@ -11,11 +11,6 @@ USBUTILS_DEPENDENCIES = host-pkgconf libusb udev
|
||||
USBUTILS_LICENSE = GPL-2.0+ (utils) GPL-2.0 or GPL-3.0 (lsusb.py)
|
||||
USBUTILS_LICENSE_FILES = LICENSES/GPL-2.0.txt LICENSES/GPL-3.0.txt
|
||||
|
||||
# Build after busybox since it's got a lightweight lsusb
|
||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||
USBUTILS_DEPENDENCIES += busybox
|
||||
endif
|
||||
|
||||
# Nice lsusb.py script only if there's python 3.x
|
||||
ifeq ($(BR2_PACKAGE_PYTHON3),)
|
||||
define USBUTILS_REMOVE_PYTHON
|
||||
|
Loading…
Reference in New Issue
Block a user