mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
dbus: remove unused initscript
We already install an appropriate init script to /etc/init.d, we do not need an additional one in /etc/init.d/rc.d as well. (From OE-Core rev: 48dfa47b0e65ad1207c6ae81ba495ef2e39134aa) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
584a12697b
commit
2113fdf82b
@@ -86,6 +86,9 @@ do_install() {
|
|||||||
chown root:messagebus ${D}${libexecdir}/dbus-daemon-launch-helper
|
chown root:messagebus ${D}${libexecdir}/dbus-daemon-launch-helper
|
||||||
chmod 4754 ${D}${libexecdir}/dbus-daemon-launch-helper
|
chmod 4754 ${D}${libexecdir}/dbus-daemon-launch-helper
|
||||||
|
|
||||||
|
# Remove Red Hat initscript
|
||||||
|
rm -rf ${D}${sysconfdir}/rc.d
|
||||||
|
|
||||||
# disable dbus-1 sysv script on systemd installs
|
# disable dbus-1 sysv script on systemd installs
|
||||||
# nearly all distros call the initscript plain 'dbus', but OE-core is different
|
# nearly all distros call the initscript plain 'dbus', but OE-core is different
|
||||||
ln -sf /dev/null ${D}/${base_libdir}/systemd/system/dbus-1.service
|
ln -sf /dev/null ${D}/${base_libdir}/systemd/system/dbus-1.service
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
include dbus.inc
|
include dbus.inc
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "104f2ea94c10a896dfb1edecb5714cb1"
|
SRC_URI[md5sum] = "104f2ea94c10a896dfb1edecb5714cb1"
|
||||||
SRC_URI[sha256sum] = "da3c97fd546610558d588799e27c4fa81101e754acbcd34747a42c131f30dbe7"
|
SRC_URI[sha256sum] = "da3c97fd546610558d588799e27c4fa81101e754acbcd34747a42c131f30dbe7"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user