mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
openvswitch: fix clobbered SRC_URI
commit 1b83c21436
[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>
This commit is contained in:
parent
27f8c49f8c
commit
3124f23254
|
@ -20,18 +20,14 @@ CVE_VERSION = "2.13.0"
|
|||
FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
|
||||
|
||||
SRCREV = "8dc1733eaea866dce033b3c44853e1b09bf59fc7"
|
||||
SRC_URI = "file://openvswitch-switch \
|
||||
file://openvswitch-switch-setup \
|
||||
file://openvswitch-testcontroller \
|
||||
file://openvswitch-testcontroller-setup \
|
||||
git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.15 \
|
||||
file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \
|
||||
file://run-ptest \
|
||||
file://disable_m4_check.patch \
|
||||
file://kernel_module.patch \
|
||||
file://systemd-update-tool-paths.patch \
|
||||
file://systemd-create-runtime-dirs.patch \
|
||||
file://0001-ovs-use-run-instead-of-var-run-for-in-systemd-units.patch \
|
||||
SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.15 \
|
||||
file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \
|
||||
file://run-ptest \
|
||||
file://disable_m4_check.patch \
|
||||
file://kernel_module.patch \
|
||||
file://systemd-update-tool-paths.patch \
|
||||
file://systemd-create-runtime-dirs.patch \
|
||||
file://0001-ovs-use-run-instead-of-var-run-for-in-systemd-units.patch \
|
||||
"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab"
|
||||
|
|
Loading…
Reference in New Issue
Block a user