summaryrefslogtreecommitdiffstats
path: root/package/pciutils
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2018-07-08 11:45:44 +0200
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2018-07-08 12:22:15 +0200
commit8e0b29022f11d869c59173f3713e31ddba0df7b1 (patch)
tree85d6005d894bfd397911ce545f456711f39e7f49 /package/pciutils
parentbb47802facc682221bf169fa83b2676838503504 (diff)
downloadbuildroot-8e0b29022f11d869c59173f3713e31ddba0df7b1.tar.gz
buildroot-8e0b29022f11d869c59173f3713e31ddba0df7b1.zip
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>
Diffstat (limited to 'package/pciutils')
-rw-r--r--package/pciutils/pciutils.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk
index 2dd5771f21..30d429e75a 100644
--- a/package/pciutils/pciutils.mk
+++ b/package/pciutils/pciutils.mk
@@ -46,11 +46,6 @@ else
PCIUTILS_MAKE_OPTS += SHARED=yes
endif
-# Build after busybox since it's got a lightweight lspci
-ifeq ($(BR2_PACKAGE_BUSYBOX),y)
-PCIUTILS_DEPENDENCIES += busybox
-endif
-
define PCIUTILS_CONFIGURE_CMDS
$(SED) 's/wget --no-timestamping/wget/' $(PCIUTILS_DIR)/update-pciids.sh
$(SED) 's/uname -s/echo Linux/' \
OpenPOWER on IntegriCloud