mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
package/busybox: invert dependency with pciutils
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
bb47802fac
commit
8e0b29022f
@ -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_PCIUTILS),pciutils) \
|
||||||
$(if $(BR2_PACKAGE_PROCPS_NG),procps-ng) \
|
$(if $(BR2_PACKAGE_PROCPS_NG),procps-ng) \
|
||||||
$(if $(BR2_PACKAGE_PSMISC),psmisc) \
|
$(if $(BR2_PACKAGE_PSMISC),psmisc) \
|
||||||
$(if $(BR2_PACKAGE_RSYSLOGD),rsyslog) \
|
$(if $(BR2_PACKAGE_RSYSLOGD),rsyslog) \
|
||||||
|
@ -46,11 +46,6 @@ else
|
|||||||
PCIUTILS_MAKE_OPTS += SHARED=yes
|
PCIUTILS_MAKE_OPTS += SHARED=yes
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Build after busybox since it's got a lightweight lspci
|
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
||||||
PCIUTILS_DEPENDENCIES += busybox
|
|
||||||
endif
|
|
||||||
|
|
||||||
define PCIUTILS_CONFIGURE_CMDS
|
define PCIUTILS_CONFIGURE_CMDS
|
||||||
$(SED) 's/wget --no-timestamping/wget/' $(PCIUTILS_DIR)/update-pciids.sh
|
$(SED) 's/wget --no-timestamping/wget/' $(PCIUTILS_DIR)/update-pciids.sh
|
||||||
$(SED) 's/uname -s/echo Linux/' \
|
$(SED) 's/uname -s/echo Linux/' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user