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