systemd can cope without having a dbus-daemon present. This is the way we want it to operate to conserve a bit of memory. Do not install the dbus daemon by default. Not having a dbus daemon is breaking the systemd color output right now but this is something that should be fixable.hfreyther/master-next
parent
da70ced095
commit
0a56d11827
@ -0,0 +1,5 @@
|
||||
PRINC = "1"
|
||||
|
||||
# We do not want to install a dbus-daemon by default. systemd is using
|
||||
# dbus without the dbus-daemon being installed. Patch out the dbus daemon.
|
||||
RRECOMMENDS_${PN}-lib = ""
|
@ -0,0 +1 @@
|
||||
require recipes-fixes/${PN}/${PN}_sysmocom_systemd.inc
|
Loading…
Reference in new issue