diff mbox series

[meta-arago,master/kirkstone] packagegroup-arago-base-tisdk: replace dbus with dbus-broker

Message ID 20230502201409.1750017-1-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone] packagegroup-arago-base-tisdk: replace dbus with dbus-broker | expand

Commit Message

Randolph Sapp May 2, 2023, 8:14 p.m. UTC
From: Randolph Sapp <rs@ti.com>

Replace dbus with the faster and more favorable drop-in replacement,
dbus-broker. A handful of distros have made this change. Fedora being a
notable one.

Signed-off-by: Randolph Sapp <rs@ti.com>
---
 .../recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
index 6a21bdd7..03e5a5f9 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
@@ -13,7 +13,7 @@  OPTEE_PKGS = " \
 "
 
 RDEPENDS:${PN} = "\
-    dbus \
+    dbus-broker \
     expat \
     glib-2.0 \
     libxml2 \