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.bb13
1 files changed, 5 insertions, 8 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 141a609a..07258be7 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -5,7 +5,7 @@ DEPENDS += "virtual/kernel"
5PACKAGE_ARCH = "${MACHINE_ARCH}" 5PACKAGE_ARCH = "${MACHINE_ARCH}"
6 6
7RDEPENDS_${PN}-ptest += "\ 7RDEPENDS_${PN}-ptest += "\
8 python3-logging python3-syslog python3-io \ 8 python3-logging python3-syslog python3-io python3-core \
9 python3-fcntl python3-shell python3-xml python3-math \ 9 python3-fcntl python3-shell python3-xml python3-math \
10 python3-datetime python3-netclient python3 sed \ 10 python3-datetime python3-netclient python3 sed \
11 ldd perl-module-socket perl-module-carp perl-module-exporter \ 11 ldd perl-module-socket perl-module-carp perl-module-exporter \
@@ -14,26 +14,23 @@ RDEPENDS_${PN}-ptest += "\
14 " 14 "
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17PV = "2.12+${SRCPV}" 17PV = "2.13+${SRCPV}"
18 18
19FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" 19FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
20 20
21SRCREV = "6beb94976e2b3e0c51430b63214de14186d8db39" 21SRCREV = "71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3"
22SRC_URI = "file://openvswitch-switch \ 22SRC_URI = "file://openvswitch-switch \
23 file://openvswitch-switch-setup \ 23 file://openvswitch-switch-setup \
24 file://openvswitch-testcontroller \ 24 file://openvswitch-testcontroller \
25 file://openvswitch-testcontroller-setup \ 25 file://openvswitch-testcontroller-setup \
26 git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.12 \ 26 git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.13 \
27 file://openvswitch-add-ptest-6beb94976e2b3e0c51430b63214de14186d8db39.patch \ 27 file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \
28 file://run-ptest \ 28 file://run-ptest \
29 file://disable_m4_check.patch \ 29 file://disable_m4_check.patch \
30 file://kernel_module.patch \ 30 file://kernel_module.patch \
31 file://python-make-remaining-scripts-use-usr-bin-env.patch \
32 file://0002-Define-WAIT_ANY-if-not-provided-by-system.patch \
33 file://python-switch-remaining-scripts-to-use-python3.patch \ 31 file://python-switch-remaining-scripts-to-use-python3.patch \
34 file://systemd-update-tool-paths.patch \ 32 file://systemd-update-tool-paths.patch \
35 file://systemd-create-runtime-dirs.patch \ 33 file://systemd-create-runtime-dirs.patch \
36 file://ovsdb-idlc.in-fix-dict-change-during-iteration.patch \
37 " 34 "
38 35
39LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" 36LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab"