diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2025-04-04 10:51:43 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-24 18:43:17 -0700 |
| commit | 0510811c4f731e7fc00747514b9f229204afe5b6 (patch) | |
| tree | 431cfcc86b851e993fcef3425c204b08f186120e | |
| parent | 467f2c16a11b8de14bf39cdb470c56acba8912d9 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_3.6.bb | 2 |
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 | ||
| 56 | RDEPENDS:${PN} = "dbus" | 56 | RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_dbus}" |
| 57 | 57 | ||
| 58 | RRECOMMENDS:${PN} = "\ | 58 | RRECOMMENDS:${PN} = "\ |
| 59 | kernel-module-pkcs7-message \ | 59 | kernel-module-pkcs7-message \ |
