From b263370eebd1df8befb9533da53c5ff8439607cc Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 20 Jun 2017 15:52:54 -0400 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-networking/openvswitch/openvswitch_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-networking/openvswitch/openvswitch_git.bb') diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index 6ab0c40a..a17c273c 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb @@ -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" -- cgit v1.2.3-54-g00ecf