summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch.inc')
-rw-r--r--recipes-networking/openvswitch/openvswitch.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch.inc b/recipes-networking/openvswitch/openvswitch.inc
index 8aab739b..46865bd1 100644
--- a/recipes-networking/openvswitch/openvswitch.inc
+++ b/recipes-networking/openvswitch/openvswitch.inc
@@ -129,6 +129,9 @@ do_install_append() {
129 install -m 644 ${S}/rhel/usr_lib_systemd_system_ovsdb-server.service \ 129 install -m 644 ${S}/rhel/usr_lib_systemd_system_ovsdb-server.service \
130 ${D}/${systemd_unitdir}/system/ovsdb-server.service 130 ${D}/${systemd_unitdir}/system/ovsdb-server.service
131 131
132 install -d ${D}/usr/share/openvswitch/scripts/
133 install -m 755 ${S}/rhel/usr_share_openvswitch_scripts_ovs-systemd-reload ${D}/usr/share/openvswitch/scripts/ovs-systemd-reload
134
132 oe_runmake modules_install INSTALL_MOD_PATH=${D} 135 oe_runmake modules_install INSTALL_MOD_PATH=${D}
133 install -d ${D}${libdir}/python${PYTHON_BASEVERSION}/site-packages 136 install -d ${D}${libdir}/python${PYTHON_BASEVERSION}/site-packages
134 cp -r ${S}/python/ovstest/ ${D}${libdir}/python${PYTHON_BASEVERSION}/site-packages/ 137 cp -r ${S}/python/ovstest/ ${D}${libdir}/python${PYTHON_BASEVERSION}/site-packages/