diff options
| -rw-r--r-- | recipes-networking/openvswitch/openvswitch.inc | 6 |
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" | |||
| 86 | INITSCRIPT_NAME_${PN}-testcontroller = "openvswitch-testcontroller" | 86 | INITSCRIPT_NAME_${PN}-testcontroller = "openvswitch-testcontroller" |
| 87 | INITSCRIPT_PARAMS_${PN}-testcontroller = "defaults 72" | 87 | INITSCRIPT_PARAMS_${PN}-testcontroller = "defaults 72" |
| 88 | 88 | ||
| 89 | do_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 | |||
| 89 | do_install_append() { | 95 | do_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 |
