dbus: Do not depend on the dbus daemon when using libdbus

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.
This commit is contained in:
Holger Hans Peter Freyther 2012-09-16 20:27:46 +08:00 committed by Holger Hans Peter Freyther
parent da70ced095
commit 0a56d11827
2 changed files with 6 additions and 0 deletions

View File

@ -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 = ""

View File

@ -0,0 +1 @@
require recipes-fixes/${PN}/${PN}_sysmocom_systemd.inc