summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-04-09 09:47:14 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-09 09:47:14 -0400
commit3124f23254045209974337a20e8f51aadbc5c403 (patch)
tree15c0b4db7f94a6cc47a19c75d919a40640d72253 /recipes-networking/openvswitch
parent27f8c49f8ca3c3365fe72d82ec0ed13fae9642e0 (diff)
downloadmeta-virtualization-3124f23254045209974337a20e8f51aadbc5c403.tar.gz
openvswitch: fix clobbered SRC_URI
commit 1b83c21436b2 [openvswitch: Fix build with musl libc] mistakenly copies common files and then clobbers the SRC_URI. While we could drop the SRC_URI components from the .inc now that we only have one active version in master (_git), we avoid that for now, since it is possible that a LTS version will be introduced in future cycles. So to fix the oddity, we drop the common components from the _git SRC_URI and append versus clobber. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/openvswitch')
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb20
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"
20FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" 20FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
21 21
22SRCREV = "8dc1733eaea866dce033b3c44853e1b09bf59fc7" 22SRCREV = "8dc1733eaea866dce033b3c44853e1b09bf59fc7"
23SRC_URI = "file://openvswitch-switch \ 23SRC_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
37LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" 33LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab"