diff options
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index 072d7f14..141a609a 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb | |||
@@ -10,21 +10,21 @@ RDEPENDS_${PN}-ptest += "\ | |||
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 \ |
12 | perl-module-xsloader python3-netserver python3-threading \ | 12 | perl-module-xsloader python3-netserver python3-threading \ |
13 | python3-resource findutils which \ | 13 | python3-resource findutils which diffutils \ |
14 | " | 14 | " |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | PV = "2.11+${SRCPV}" | 17 | PV = "2.12+${SRCPV}" |
18 | 18 | ||
19 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" | 19 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" |
20 | 20 | ||
21 | SRCREV = "f22ca8011fdb7e81ffce5017cd26539bccf50e94" | 21 | SRCREV = "6beb94976e2b3e0c51430b63214de14186d8db39" |
22 | SRC_URI = "file://openvswitch-switch \ | 22 | SRC_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.11 \ | 26 | git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.12 \ |
27 | file://openvswitch-add-ptest-78e203138cb7253e9ca5ad8a2c4ed6bb6752f23e.patch \ | 27 | file://openvswitch-add-ptest-6beb94976e2b3e0c51430b63214de14186d8db39.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 \ |
@@ -33,6 +33,7 @@ SRC_URI = "file://openvswitch-switch \ | |||
33 | file://python-switch-remaining-scripts-to-use-python3.patch \ | 33 | file://python-switch-remaining-scripts-to-use-python3.patch \ |
34 | file://systemd-update-tool-paths.patch \ | 34 | file://systemd-update-tool-paths.patch \ |
35 | file://systemd-create-runtime-dirs.patch \ | 35 | file://systemd-create-runtime-dirs.patch \ |
36 | file://ovsdb-idlc.in-fix-dict-change-during-iteration.patch \ | ||
36 | " | 37 | " |
37 | 38 | ||
38 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" | 39 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" |