diff options
author | He Zhe <zhe.he@windriver.com> | 2016-04-05 12:59:54 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-04-05 11:12:37 -0400 |
commit | fc9dd8d0fc6facea46028ba0d505dcb309a9a2c4 (patch) | |
tree | fdd86b1cacd6f64a98715b11608cb48ee48ad3c0 /recipes-networking/openvswitch/openvswitch_git.bb | |
parent | a715fe0d9f9b40067036c9ee480295c9087dc894 (diff) | |
download | meta-virtualization-fc9dd8d0fc6facea46028ba0d505dcb309a9a2c4.tar.gz |
openvswitch: Fix ptest for v2.5
- Copy certain files from srcdir since it has been different from
build directory.
- Copy more necessary files for new added test cases.
- Modify config files for running on target.
- Add necessary RDEPENDS
Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index 700a3061..2f7fe3e1 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb | |||
@@ -6,6 +6,9 @@ RDEPENDS_${PN}-ptest += "\ | |||
6 | python-logging python-syslog python-argparse python-io \ | 6 | python-logging python-syslog python-argparse python-io \ |
7 | python-fcntl python-shell python-lang python-xml python-math \ | 7 | python-fcntl python-shell python-lang python-xml python-math \ |
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 \ | ||
10 | perl-module-xsloader python-netserver python-threading \ | ||
11 | python-resource python-subprocess \ | ||
9 | " | 12 | " |
10 | 13 | ||
11 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |