mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
dbus-broker: rdepend on dbus-common
The dbus package in oe-core was split, and the common configuration files that are also required by dbus-broker are now shipped in dbus-common, to avoid having to pull in the entire dbus-daemon. Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f623d8b574
commit
12166b96ba
@ -17,6 +17,8 @@ DEPENDS = "expat systemd"
|
||||
DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}"
|
||||
DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'audit', '', d)}"
|
||||
|
||||
RDEPENDS_${PN} += "dbus-common"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "${BPN}.service"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user