From 0a56d11827c2dd297cbc16e82252683eafaa46c6 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 16 Sep 2012 20:27:46 +0800 Subject: [PATCH] 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. --- recipes-fixes/dbus/dbus_sysmocom_systemd.inc | 5 +++++ yocto-master/dbus_1.6.10.bbappend | 1 + 2 files changed, 6 insertions(+) create mode 100644 recipes-fixes/dbus/dbus_sysmocom_systemd.inc create mode 100644 yocto-master/dbus_1.6.10.bbappend diff --git a/recipes-fixes/dbus/dbus_sysmocom_systemd.inc b/recipes-fixes/dbus/dbus_sysmocom_systemd.inc new file mode 100644 index 0000000..c1e1bac --- /dev/null +++ b/recipes-fixes/dbus/dbus_sysmocom_systemd.inc @@ -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 = "" diff --git a/yocto-master/dbus_1.6.10.bbappend b/yocto-master/dbus_1.6.10.bbappend new file mode 100644 index 0000000..0ada2aa --- /dev/null +++ b/yocto-master/dbus_1.6.10.bbappend @@ -0,0 +1 @@ +require recipes-fixes/${PN}/${PN}_sysmocom_systemd.inc