The removal of the Red Hat initscript has been redundant since 2017[1].
The test directory is not installed, so there's no need to remove it.
Signed-off-by: Ross Burton <ross.burton@arm.com>
[1] dbus:
708a44d0 ("Remove distribution-specific init-scripts")
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
chmod 4755 ${D}${libexecdir}/dbus-daemon-launch-helper
fi
- # Remove Red Hat initscript
- rm -rf ${D}${sysconfdir}/rc.d
-
- # Remove empty testexec directory as we don't build tests
- rm -rf ${D}${libdir}/dbus-1.0/test
-
# Remove /run as it is created on startup
rm -rf ${D}${runtimedir}
}