mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-27 00:30:20 +00:00
gdm: remove dbus-broker from RCONFLICTS
After further debugging it turned out that the root cause of my issue was a race condition between gdm and kmscon and switching to dbus just changed the condition to my favour. gdm itself can work with dbus-broker, so this statement is false Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -78,7 +78,4 @@ FILES:${PN} += " \
|
||||
${systemd_unitdir} ${systemd_user_unitdir} \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += "${PN}-base"
|
||||
# gdm relies on dbus-run-session provided by dbus
|
||||
RCONFLICTS:${PN} += "dbus-broker"
|
||||
RDEPENDS:${PN} += "dbus"
|
||||
RDEPENDS:${PN} += "${PN}-base ${VIRTUAL-RUNTIME_dbus}"
|
||||
|
||||
Reference in New Issue
Block a user