diff mbox series

[meta-oe] dbus-broker: Add a runtime dependency on dbus-tools

Message ID 20250924202622.612504-1-pkj@axis.com
State Under Review
Headers show
Series [meta-oe] dbus-broker: Add a runtime dependency on dbus-tools | expand

Commit Message

Peter Kjellerstedt Sept. 24, 2025, 8:26 p.m. UTC
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>
---
 meta-oe/recipes-core/dbus/dbus-broker_36.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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() {
 }
 
 RCONFLICTS:${PN} = "dbus"
-RDEPENDS:${PN} += "dbus-common"
+RDEPENDS:${PN} += "dbus-common dbus-tools"
 
 FILES:${PN} += "${nonarch_libdir}/systemd/catalog"
 FILES:${PN} += "${systemd_system_unitdir}"