From 1b83c21436b2aec10e7b604ee5e3905441d1bb8a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 Mar 2017 20:59:43 -0700 Subject: openvswitch: Fix build with musl libc Signed-off-by: Khem Raj Signed-off-by: Bruce Ashfield --- recipes-networking/openvswitch/openvswitch_git.bb | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'recipes-networking/openvswitch/openvswitch_git.bb') 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}" FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" SRCREV = "f4b0e64cffb4777ff03d48621c3eadcf1d8c19f3" -SRC_URI += "\ - git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.6 \ - file://openvswitch-add-ptest-${SRCREV}.patch \ - file://run-ptest \ - file://disable_m4_check.patch \ - file://kernel_module.patch \ - file://openvswitch-ptest-Fix-python-path.patch \ - file://python-make-remaining-scripts-use-usr-bin-env.patch \ - " +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.6 \ + file://openvswitch-add-ptest-${SRCREV}.patch \ + file://run-ptest \ + file://disable_m4_check.patch \ + file://kernel_module.patch \ + file://openvswitch-ptest-Fix-python-path.patch \ + file://python-make-remaining-scripts-use-usr-bin-env.patch \ + file://0001-use-the-linux-if_packet.h-Interface-directly.patch \ + file://0002-Define-WAIT_ANY-if-not-provided-by-system.patch \ + " LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35" -- cgit v1.2.3-54-g00ecf