glib: Support using alternative runtime D-Bus

In order to facilitate oe-core 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 the new VIRTUAL-RUNTIME_dbus
variable.

(From OE-Core rev: c0c874c577910833a7dd90122b22c20fe33bf681)

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Niko Mauno 2025-04-01 14:04:29 +00:00 committed by Richard Purdie
parent c4b1070d55
commit 84bf6e7e43

View File

@ -160,7 +160,7 @@ RDEPENDS:${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}"
RDEPENDS:${PN}-ptest += "\
coreutils \
libgcc \
dbus \
${VIRTUAL-RUNTIME_dbus} \
desktop-file-utils \
gnome-desktop-testing \
tzdata \