diff options
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_2.1.3.bb')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_2.1.3.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_2.1.3.bb b/recipes-networking/openvswitch/openvswitch_2.1.3.bb deleted file mode 100644 index dc6c7e3d..00000000 --- a/recipes-networking/openvswitch/openvswitch_2.1.3.bb +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | require openvswitch.inc | ||
2 | |||
3 | RRECOMMENDS_${PN} += "kernel-module-openvswitch" | ||
4 | |||
5 | RDEPENDS_${PN}-ptest += "\ | ||
6 | python-logging python-syslog python-argparse python-io \ | ||
7 | python-fcntl python-shell python-lang python-xml python-math \ | ||
8 | python-datetime python-netclient python sed \ | ||
9 | " | ||
10 | |||
11 | SRC_URI += "\ | ||
12 | http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \ | ||
13 | file://openvswitch-add-more-target-python-substitutions.patch \ | ||
14 | file://openvswitch-add-ptest.patch \ | ||
15 | file://run-ptest \ | ||
16 | " | ||
17 | |||
18 | SRC_URI[md5sum] = "d3c8a69df3d1b1a9eaef5a896576fd2a" | ||
19 | SRC_URI[sha256sum] = "43a2562fe5e8e48e997bfdb04691ffaaaefe73069b5699654538bf2f16ebfb1a" | ||
20 | |||
21 | LIC_FILES_CHKSUM = "file://COPYING;md5=e03b0d9c4115c44518594e5618e653f8" | ||
22 | |||
23 | inherit ptest | ||
24 | |||
25 | EXTRA_OEMAKE += "TEST_DEST=${D}${PTEST_PATH} TEST_ROOT=${PTEST_PATH}" | ||
26 | |||
27 | do_install_ptest() { | ||
28 | oe_runmake test-install | ||
29 | } | ||