mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 02:44:35 +00:00
iwd: Support using alternative runtime D-Bus
In order to facilitate using e.g. dbus-broker as runtime D-Bus implementation, change the Freedesktop.org specific D-Bus runtime dependency declaration to honor oe-core's new VIRTUAL-RUNTIME_dbus variable. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
467f2c16a1
commit
0510811c4f
@ -53,7 +53,7 @@ FILES:${PN} += " \
|
||||
${systemd_unitdir}/network \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "dbus"
|
||||
RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_dbus}"
|
||||
|
||||
RRECOMMENDS:${PN} = "\
|
||||
kernel-module-pkcs7-message \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user