mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
c4b1070d55
commit
84bf6e7e43
|
@ -160,7 +160,7 @@ RDEPENDS:${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}"
|
||||||
RDEPENDS:${PN}-ptest += "\
|
RDEPENDS:${PN}-ptest += "\
|
||||||
coreutils \
|
coreutils \
|
||||||
libgcc \
|
libgcc \
|
||||||
dbus \
|
${VIRTUAL-RUNTIME_dbus} \
|
||||||
desktop-file-utils \
|
desktop-file-utils \
|
||||||
gnome-desktop-testing \
|
gnome-desktop-testing \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user