packagegroup-meta-oe: Honor VIRTUAL-RUNTIME_dbus

The new VIRTUAL-RUNTIME_dbus in oe-core can now be used to select the
preferred runtime D-Bus implementation, such as dbus-broker, so refer
to the variable instead.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Niko Mauno
2025-04-04 10:51:47 +00:00
committed by Khem Raj
parent be592aad64
commit b63f5b4c8a
@@ -163,7 +163,7 @@ RDEPENDS:packagegroup-meta-oe-connectivity:append:libc-glibc = " wvstreams wvdia
# dracut needs dracut # dracut needs dracut
RDEPENDS:packagegroup-meta-oe-core = "\ RDEPENDS:packagegroup-meta-oe-core = "\
${@bb.utils.contains("DISTRO_FEATURES", "systemd", "dbus-broker", "", d)} \ ${@bb.utils.filter('VIRTUAL-RUNTIME_dbus', 'dbus-broker', d)} \
dbus-cxx \ dbus-cxx \
dbus-daemon-proxy \ dbus-daemon-proxy \
distro-feed-configs \ distro-feed-configs \