summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/openvswitch')
-rw-r--r--recipes-networking/openvswitch/openvswitch.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch.inc b/recipes-networking/openvswitch/openvswitch.inc
index ab5a7e47..58e0fcb0 100644
--- a/recipes-networking/openvswitch/openvswitch.inc
+++ b/recipes-networking/openvswitch/openvswitch.inc
@@ -86,6 +86,12 @@ INITSCRIPT_PARAMS_${PN}-switch = "defaults 71"
86INITSCRIPT_NAME_${PN}-testcontroller = "openvswitch-testcontroller" 86INITSCRIPT_NAME_${PN}-testcontroller = "openvswitch-testcontroller"
87INITSCRIPT_PARAMS_${PN}-testcontroller = "defaults 72" 87INITSCRIPT_PARAMS_${PN}-testcontroller = "defaults 72"
88 88
89do_configure_prepend() {
90 # Work around the for Makefile CC=$(if ....) by swapping out any
91 # "-Wa," assembly directives with "-Xassembler
92 CC=`echo '${CC}' | sed 's/-Wa,/-Xassembler /g'`
93}
94
89do_install_append() { 95do_install_append() {
90 install -d ${D}/${sysconfdir}/default/ 96 install -d ${D}/${sysconfdir}/default/
91 install -m 660 ${WORKDIR}/openvswitch-switch-setup ${D}/${sysconfdir}/default/openvswitch-switch 97 install -m 660 ${WORKDIR}/openvswitch-switch-setup ${D}/${sysconfdir}/default/openvswitch-switch