mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 22:47:15 +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:
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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user