mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
openvswitch: add missing dependencies required for ptest
On a minimally provisioned rootfs the tests are currently getting 'stuck' after running for a few minutes because 'find' and 'which' are not being found. Add these to the ptest package RDEPENDS to ensure they are present in the rootfs. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
6987659825
commit
b263370eeb
|
@ -8,7 +8,7 @@ RDEPENDS_${PN}-ptest += "\
|
|||
python-datetime python-netclient python sed \
|
||||
ldd perl-module-socket perl-module-carp perl-module-exporter \
|
||||
perl-module-xsloader python-netserver python-threading \
|
||||
python-resource python-subprocess \
|
||||
python-resource python-subprocess findutils which \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
Loading…
Reference in New Issue
Block a user