mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
openvswitch: install ovs-systemd-reload
Install ovs-systemd-reload as openvswitch.service uses it. openvswitch.service:ExecReload=/usr/share/openvswitch/scripts/ovs-systemd-reload Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
e87e6fdcbc
commit
dd68c2e44c
|
@ -129,6 +129,9 @@ do_install_append() {
|
|||
install -m 644 ${S}/rhel/usr_lib_systemd_system_ovsdb-server.service \
|
||||
${D}/${systemd_unitdir}/system/ovsdb-server.service
|
||||
|
||||
install -d ${D}/usr/share/openvswitch/scripts/
|
||||
install -m 755 ${S}/rhel/usr_share_openvswitch_scripts_ovs-systemd-reload ${D}/usr/share/openvswitch/scripts/ovs-systemd-reload
|
||||
|
||||
oe_runmake modules_install INSTALL_MOD_PATH=${D}
|
||||
install -d ${D}${libdir}/python${PYTHON_BASEVERSION}/site-packages
|
||||
cp -r ${S}/python/ovstest/ ${D}${libdir}/python${PYTHON_BASEVERSION}/site-packages/
|
||||
|
|
Loading…
Reference in New Issue
Block a user