diff options
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch.inc')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-networking/openvswitch/openvswitch.inc b/recipes-networking/openvswitch/openvswitch.inc index 251a7056..e6c9091a 100644 --- a/recipes-networking/openvswitch/openvswitch.inc +++ b/recipes-networking/openvswitch/openvswitch.inc | |||
@@ -132,7 +132,7 @@ do_install:append() { | |||
132 | install -d ${D}/usr/share/openvswitch/scripts/ | 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 | 133 | install -m 755 ${S}/rhel/usr_share_openvswitch_scripts_ovs-systemd-reload ${D}/usr/share/openvswitch/scripts/ovs-systemd-reload |
134 | 134 | ||
135 | oe_runmake modules_install INSTALL_MOD_PATH=${D} | 135 | oe_runmake modules_install INSTALL_MOD_PATH=${D}${root_prefix} |
136 | install -d ${D}${libdir}/python${PYTHON_BASEVERSION}/site-packages | 136 | install -d ${D}${libdir}/python${PYTHON_BASEVERSION}/site-packages |
137 | 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/ |
138 | } | 138 | } |