diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-06-20 15:52:54 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-06-21 14:25:11 -0400 |
commit | b263370eebd1df8befb9533da53c5ff8439607cc (patch) | |
tree | 44ebc60b7270b70a76c381935e6d3c2aa91771c0 | |
parent | 69876598250e36cb407eb4b4ee97fbfcbc39a585 (diff) | |
download | meta-virtualization-b263370eebd1df8befb9533da53c5ff8439607cc.tar.gz |
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>
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 += "\ | |||
8 | python-datetime python-netclient python sed \ | 8 | python-datetime python-netclient python sed \ |
9 | ldd perl-module-socket perl-module-carp perl-module-exporter \ | 9 | ldd perl-module-socket perl-module-carp perl-module-exporter \ |
10 | perl-module-xsloader python-netserver python-threading \ | 10 | perl-module-xsloader python-netserver python-threading \ |
11 | python-resource python-subprocess \ | 11 | python-resource python-subprocess findutils which \ |
12 | " | 12 | " |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |