From 0510811c4f731e7fc00747514b9f229204afe5b6 Mon Sep 17 00:00:00 2001 From: Niko Mauno Date: Fri, 4 Apr 2025 10:51:43 +0000 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/iwd/iwd_3.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/iwd/iwd_3.6.bb b/meta-oe/recipes-connectivity/iwd/iwd_3.6.bb index 33b288e1c4..eb464d486d 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_3.6.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_3.6.bb @@ -53,7 +53,7 @@ FILES:${PN} += " \ ${systemd_unitdir}/network \ " -RDEPENDS:${PN} = "dbus" +RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_dbus}" RRECOMMENDS:${PN} = "\ kernel-module-pkcs7-message \