summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/dbus/dbus.inc')
-rw-r--r--meta/recipes-core/dbus/dbus.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index 2a97c028e6..4c7d87a91d 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -86,6 +86,9 @@ do_install() {
86 chown root:messagebus ${D}${libexecdir}/dbus-daemon-launch-helper 86 chown root:messagebus ${D}${libexecdir}/dbus-daemon-launch-helper
87 chmod 4754 ${D}${libexecdir}/dbus-daemon-launch-helper 87 chmod 4754 ${D}${libexecdir}/dbus-daemon-launch-helper
88 88
89 # Remove Red Hat initscript
90 rm -rf ${D}${sysconfdir}/rc.d
91
89 # disable dbus-1 sysv script on systemd installs 92 # disable dbus-1 sysv script on systemd installs
90 # nearly all distros call the initscript plain 'dbus', but OE-core is different 93 # nearly all distros call the initscript plain 'dbus', but OE-core is different
91 ln -sf /dev/null ${D}/${base_libdir}/systemd/system/dbus-1.service 94 ln -sf /dev/null ${D}/${base_libdir}/systemd/system/dbus-1.service