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.bb10
1 files changed, 3 insertions, 7 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index f5d85f3f..925444e0 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -14,17 +14,16 @@ RDEPENDS:${PN}-ptest += "\
14 " 14 "
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17PV = "2.17.1+${SRCPV}" 17PV = "3.0.3+${SRCPV}"
18CVE_VERSION = "2.17.1" 18CVE_VERSION = "2.17.1"
19 19
20FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:" 20FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:"
21 21
22SRCREV = "41bb202fb37f184b0a8820a029c62d03c118614e" 22SRCREV = "7b5c4240c1ed5f38e476cf08819869dc14f55e8a"
23SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-2.17 \ 23SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-3.0 \
24 file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \ 24 file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \
25 file://run-ptest \ 25 file://run-ptest \
26 file://disable_m4_check.patch \ 26 file://disable_m4_check.patch \
27 file://kernel_module.patch \
28 file://systemd-update-tool-paths.patch \ 27 file://systemd-update-tool-paths.patch \
29 file://systemd-create-runtime-dirs.patch \ 28 file://systemd-create-runtime-dirs.patch \
30 " 29 "
@@ -52,6 +51,3 @@ do_install_ptest() {
52 oe_runmake test-install 51 oe_runmake test-install
53} 52}
54 53
55do_install:append() {
56 oe_runmake modules_install INSTALL_MOD_PATH=${D}${root_prefix}
57}