mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-19 12:59:03 +02:00
dpdk: RDEPENDS on pciutils
dpdk-devbind tool relies on lspci tool with specific options which are not provided by lspci from busybox. Signed-off-by: Eloi Bail <eloi.bail@savoirfairelinux.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
24131a8f2e
commit
2b077a7ece
|
@ -34,7 +34,7 @@ export CONFIG_HAVE_NUMA = "${@bb.utils.contains('PACKAGECONFIG', 'numa', 'y', 'n
|
|||
# specific directory
|
||||
datadir[unexport] = "1"
|
||||
|
||||
RDEPENDS_${PN} += "python3-core"
|
||||
RDEPENDS_${PN} += "pciutils python3-core"
|
||||
DEPENDS = "virtual/kernel"
|
||||
do_configure[depends] += "virtual/kernel:do_shared_workdir"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user