diff mbox series

[meta-oe,1/2] iwd: Support using alternative runtime D-Bus

Message ID 20250402112901.3804235-1-niko.mauno@vaisala.com
State New
Headers show
Series [meta-oe,1/2] iwd: Support using alternative runtime D-Bus | expand

Commit Message

Niko Mauno April 2, 2025, 11:29 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 \