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.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 60aaf496..bda9ab05 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -14,22 +14,21 @@ RDEPENDS_${PN}-ptest += "\
14 " 14 "
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17PV = "2.13+${SRCPV}" 17PV = "2.15+${SRCPV}"
18CVE_VERSION = "2.13.0" 18CVE_VERSION = "2.13.0"
19 19
20FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" 20FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
21 21
22SRCREV = "71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3" 22SRCREV = "8dc1733eaea866dce033b3c44853e1b09bf59fc7"
23SRC_URI = "file://openvswitch-switch \ 23SRC_URI = "file://openvswitch-switch \
24 file://openvswitch-switch-setup \ 24 file://openvswitch-switch-setup \
25 file://openvswitch-testcontroller \ 25 file://openvswitch-testcontroller \
26 file://openvswitch-testcontroller-setup \ 26 file://openvswitch-testcontroller-setup \
27 git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.13 \ 27 git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.15 \
28 file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \ 28 file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \
29 file://run-ptest \ 29 file://run-ptest \
30 file://disable_m4_check.patch \ 30 file://disable_m4_check.patch \
31 file://kernel_module.patch \ 31 file://kernel_module.patch \
32 file://python-switch-remaining-scripts-to-use-python3.patch \
33 file://systemd-update-tool-paths.patch \ 32 file://systemd-update-tool-paths.patch \
34 file://systemd-create-runtime-dirs.patch \ 33 file://systemd-create-runtime-dirs.patch \
35 file://0001-ovs-use-run-instead-of-var-run-for-in-systemd-units.patch \ 34 file://0001-ovs-use-run-instead-of-var-run-for-in-systemd-units.patch \