diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2025-09-24 22:26:22 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-24 14:17:44 -0700 |
| commit | 964b42d7de062ffbd1d9f65cbe7f32bd4beb8d08 (patch) | |
| tree | 7bd18dee45fe60725d17ae900e673177edcbb3d1 /meta-oe | |
| parent | 8e6989059761875ada70d045d84bd75228928074 (diff) | |
| download | meta-openembedded-964b42d7de062ffbd1d9f65cbe7f32bd4beb8d08.tar.gz | |
dbus-broker: Add a runtime dependency on dbus-tools
This matches dbus' runtime dependencies and is needed for the
dbus-broker package to be a drop-in replacement for the dbus package.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-core/dbus/dbus-broker_36.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-broker_36.bb b/meta-oe/recipes-core/dbus/dbus-broker_36.bb index 8c8f2d2469..8959927a92 100644 --- a/meta-oe/recipes-core/dbus/dbus-broker_36.bb +++ b/meta-oe/recipes-core/dbus/dbus-broker_36.bb | |||
| @@ -31,7 +31,7 @@ do_install:append() { | |||
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | RCONFLICTS:${PN} = "dbus" | 33 | RCONFLICTS:${PN} = "dbus" |
| 34 | RDEPENDS:${PN} += "dbus-common" | 34 | RDEPENDS:${PN} += "dbus-common dbus-tools" |
| 35 | 35 | ||
| 36 | FILES:${PN} += "${nonarch_libdir}/systemd/catalog" | 36 | FILES:${PN} += "${nonarch_libdir}/systemd/catalog" |
| 37 | FILES:${PN} += "${systemd_system_unitdir}" | 37 | FILES:${PN} += "${systemd_system_unitdir}" |
