From: Luca Boccassi <[email protected]> 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 <[email protected]> --- meta-oe/recipes-core/dbus/dbus-broker_23.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-core/dbus/dbus-broker_23.bb b/meta-oe/recipes-core/dbus/dbus-broker_23.bb index c622e4857..97b093843 100644 --- a/meta-oe/recipes-core/dbus/dbus-broker_23.bb +++ b/meta-oe/recipes-core/dbus/dbus-broker_23.bb @@ -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" -- 2.27.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#88174): https://lists.openembedded.org/g/openembedded-devel/message/88174 Mute This Topic: https://lists.openembedded.org/mt/78608511/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
