summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 8637165a..4d6520e0 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -13,7 +13,6 @@ RDEPENDS:${PN}-ptest += "\
13 python3-resource findutils which diffutils \ 13 python3-resource findutils which diffutils \
14 " 14 "
15 15
16S = "${WORKDIR}/git"
17PV = "3.5.0" 16PV = "3.5.0"
18CVE_VERSION = "3.5.0" 17CVE_VERSION = "3.5.0"
19 18
@@ -49,6 +48,6 @@ inherit ptest
49EXTRA_OEMAKE += "TEST_DEST=${D}${PTEST_PATH} TEST_ROOT=${PTEST_PATH}" 48EXTRA_OEMAKE += "TEST_DEST=${D}${PTEST_PATH} TEST_ROOT=${PTEST_PATH}"
50 49
51do_install_ptest() { 50do_install_ptest() {
52 oe_runmake test-install 51 echo "disabled: oe_runmake test-install"
53} 52}
54 53