diff options
| -rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index bda9ab05..616bc277 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb | |||
| @@ -20,18 +20,14 @@ CVE_VERSION = "2.13.0" | |||
| 20 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" | 20 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" |
| 21 | 21 | ||
| 22 | SRCREV = "8dc1733eaea866dce033b3c44853e1b09bf59fc7" | 22 | SRCREV = "8dc1733eaea866dce033b3c44853e1b09bf59fc7" |
| 23 | SRC_URI = "file://openvswitch-switch \ | 23 | SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.15 \ |
| 24 | file://openvswitch-switch-setup \ | 24 | file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \ |
| 25 | file://openvswitch-testcontroller \ | 25 | file://run-ptest \ |
| 26 | file://openvswitch-testcontroller-setup \ | 26 | file://disable_m4_check.patch \ |
| 27 | git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.15 \ | 27 | file://kernel_module.patch \ |
| 28 | file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \ | 28 | file://systemd-update-tool-paths.patch \ |
| 29 | file://run-ptest \ | 29 | file://systemd-create-runtime-dirs.patch \ |
| 30 | file://disable_m4_check.patch \ | 30 | file://0001-ovs-use-run-instead-of-var-run-for-in-systemd-units.patch \ |
| 31 | file://kernel_module.patch \ | ||
| 32 | file://systemd-update-tool-paths.patch \ | ||
| 33 | file://systemd-create-runtime-dirs.patch \ | ||
| 34 | file://0001-ovs-use-run-instead-of-var-run-for-in-systemd-units.patch \ | ||
| 35 | " | 31 | " |
| 36 | 32 | ||
| 37 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" | 33 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" |
