mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
@@ -17,6 +17,8 @@ DEPENDS = "expat systemd"
|
|||||||
DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}"
|
DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}"
|
||||||
DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'audit', '', d)}"
|
DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'audit', '', d)}"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "dbus-common"
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "${BPN}.service"
|
SYSTEMD_SERVICE_${PN} = "${BPN}.service"
|
||||||
|
|||||||
Reference in New Issue
Block a user