| Message ID | 20260908150627.2940117-3-f_l_k@t-online.de |
|---|---|
| State | Accepted |
| Headers | show |
| Series | [meta-gnome,1/3] gnome-keyring: upgrade 46.2 -> 50.0 | expand |
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_50.2.bb b/meta-gnome/recipes-gnome/gdm/gdm_50.2.bb index 8b4470ec98..c87b958fcd 100644 --- a/meta-gnome/recipes-gnome/gdm/gdm_50.2.bb +++ b/meta-gnome/recipes-gnome/gdm/gdm_50.2.bb @@ -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}"
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> --- meta-gnome/recipes-gnome/gdm/gdm_50.2.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)