summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2025-09-24 22:26:22 +0200
committerKhem Raj <raj.khem@gmail.com>2025-09-24 14:17:44 -0700
commit964b42d7de062ffbd1d9f65cbe7f32bd4beb8d08 (patch)
tree7bd18dee45fe60725d17ae900e673177edcbb3d1 /meta-oe
parent8e6989059761875ada70d045d84bd75228928074 (diff)
downloadmeta-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.bb2
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
33RCONFLICTS:${PN} = "dbus" 33RCONFLICTS:${PN} = "dbus"
34RDEPENDS:${PN} += "dbus-common" 34RDEPENDS:${PN} += "dbus-common dbus-tools"
35 35
36FILES:${PN} += "${nonarch_libdir}/systemd/catalog" 36FILES:${PN} += "${nonarch_libdir}/systemd/catalog"
37FILES:${PN} += "${systemd_system_unitdir}" 37FILES:${PN} += "${systemd_system_unitdir}"