mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
@@ -163,7 +163,7 @@ RDEPENDS:packagegroup-meta-oe-connectivity:append:libc-glibc = " wvstreams wvdia
|
||||
|
||||
# dracut needs dracut
|
||||
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-daemon-proxy \
|
||||
distro-feed-configs \
|
||||
|
||||
Reference in New Issue
Block a user