mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 15:03:59 +02: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:
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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user