diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2025-04-04 10:51:50 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-24 18:43:19 -0700 |
| commit | fd89f97baafd5df022057694a0f286231b657c73 (patch) | |
| tree | c5f8e0afb883380c644b16325094122594841238 | |
| parent | 2cd4763dc133aba5ec61c822ad7f29e4de9f358d (diff) | |
| download | meta-openembedded-fd89f97baafd5df022057694a0f286231b657c73.tar.gz | |
xfce4-session: Update D-Bus runtime dependency declaration
In order to facilitate users who wish to use e.g. dbus-broker as their
runtime D-Bus implementation, change the Freedesktop.org specific D-Bus
runtime dependency to honor oe-core's new VIRTUAL-RUNTIME_dbus
variable.
With this change we also align with oe-core commit 5dfca64b78
("dbus-glib: depend on dbus, not dbus-x11") which mentions that
dbus-x11 hasn't existed as a package since 2012[1] and is just a
RPROVIDES in dbus, so depend on dbus directly instead.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.0.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.0.bb index 6ed03efeb9..fb30ba789b 100644 --- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.0.bb | |||
| @@ -32,7 +32,7 @@ FILES:${PN} += " \ | |||
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | RDEPENDS:${PN} = " \ | 34 | RDEPENDS:${PN} = " \ |
| 35 | dbus-x11 \ | 35 | ${VIRTUAL-RUNTIME_dbus} \ |
| 36 | iceauth \ | 36 | iceauth \ |
| 37 | netbase \ | 37 | netbase \ |
| 38 | upower \ | 38 | upower \ |
