summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/iwd
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2025-04-04 10:51:43 +0000
committerKhem Raj <raj.khem@gmail.com>2025-04-24 18:43:17 -0700
commit0510811c4f731e7fc00747514b9f229204afe5b6 (patch)
tree431cfcc86b851e993fcef3425c204b08f186120e /meta-oe/recipes-connectivity/iwd
parent467f2c16a11b8de14bf39cdb470c56acba8912d9 (diff)
downloadmeta-openembedded-0510811c4f731e7fc00747514b9f229204afe5b6.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-connectivity/iwd')
-rw-r--r--meta-oe/recipes-connectivity/iwd/iwd_3.6.bb2
1 files changed, 1 insertions, 1 deletions
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} += " \
53 ${systemd_unitdir}/network \ 53 ${systemd_unitdir}/network \
54" 54"
55 55
56RDEPENDS:${PN} = "dbus" 56RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_dbus}"
57 57
58RRECOMMENDS:${PN} = "\ 58RRECOMMENDS:${PN} = "\
59 kernel-module-pkcs7-message \ 59 kernel-module-pkcs7-message \