diff mbox series

[v3,04/11] iwd: Support using alternative runtime D-Bus

Message ID 20250404105150.870898-4-niko.mauno@vaisala.com
State New
Headers show
Series [v3,01/11] dbus-cxx: Amend dbus build time dependency | expand

Commit Message

Niko Mauno April 4, 2025, 10:51 a.m. UTC
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>
---
 meta-oe/recipes-connectivity/iwd/iwd_3.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/iwd/iwd_3.3.bb b/meta-oe/recipes-connectivity/iwd/iwd_3.3.bb
index 9d5b3658ae..52502ebec3 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_3.3.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_3.3.bb
@@ -53,7 +53,7 @@  FILES:${PN} += " \
     ${systemd_unitdir}/network \
 "
 
-RDEPENDS:${PN} = "dbus"
+RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_dbus}"
 
 RRECOMMENDS:${PN} = "\
     kernel-module-pkcs7-message \