Message ID | 20250801204928.2580529-2-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/5] systemd: explicitly disable dbus | expand |
diff --git a/meta/recipes-core/dbus/dbus_1.16.2.bb b/meta/recipes-core/dbus/dbus_1.16.2.bb index 381dcec82a3..909a209fc7b 100644 --- a/meta/recipes-core/dbus/dbus_1.16.2.bb +++ b/meta/recipes-core/dbus/dbus_1.16.2.bb @@ -159,12 +159,6 @@ do_install:append:class-target() { 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} }
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") --- meta/recipes-core/dbus/dbus_1.16.2.bb | 6 ------ 1 file changed, 6 deletions(-)