summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-20 20:59:43 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-03-21 08:22:26 -0400
commit1b83c21436b2aec10e7b604ee5e3905441d1bb8a (patch)
treee821929076be61a8ac82db37490989d03bbe6a19 /recipes-networking/openvswitch/openvswitch_git.bb
parentda1272171f5ab370bdfb9730e045d9a4ca884862 (diff)
downloadmeta-virtualization-1b83c21436b2aec10e7b604ee5e3905441d1bb8a.tar.gz
openvswitch: Fix build with musl libc
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb23
1 files changed, 14 insertions, 9 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 455fab05..0ead3020 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -17,15 +17,20 @@ PV = "2.6.1+${SRCREV}"
17FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" 17FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
18 18
19SRCREV = "f4b0e64cffb4777ff03d48621c3eadcf1d8c19f3" 19SRCREV = "f4b0e64cffb4777ff03d48621c3eadcf1d8c19f3"
20SRC_URI += "\ 20SRC_URI = "file://openvswitch-switch \
21 git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.6 \ 21 file://openvswitch-switch-setup \
22 file://openvswitch-add-ptest-${SRCREV}.patch \ 22 file://openvswitch-testcontroller \
23 file://run-ptest \ 23 file://openvswitch-testcontroller-setup \
24 file://disable_m4_check.patch \ 24 git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.6 \
25 file://kernel_module.patch \ 25 file://openvswitch-add-ptest-${SRCREV}.patch \
26 file://openvswitch-ptest-Fix-python-path.patch \ 26 file://run-ptest \
27 file://python-make-remaining-scripts-use-usr-bin-env.patch \ 27 file://disable_m4_check.patch \
28 " 28 file://kernel_module.patch \
29 file://openvswitch-ptest-Fix-python-path.patch \
30 file://python-make-remaining-scripts-use-usr-bin-env.patch \
31 file://0001-use-the-linux-if_packet.h-Interface-directly.patch \
32 file://0002-Define-WAIT_ANY-if-not-provided-by-system.patch \
33 "
29 34
30LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35" 35LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35"
31 36