mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
8e69890597
commit
964b42d7de
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user