mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +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:
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…
x
Reference in New Issue
Block a user