diff mbox series

[meta-mingw,2/2] dbus: remove activation workaround

Message ID 20250804205906.301610-2-ross.burton@arm.com
State New
Headers show
Series [meta-mingw,1/2] core-image-mingw-sdktest: depend on nativedk-dbus-tools, not -dbus | expand

Commit Message

Ross Burton Aug. 4, 2025, 8:59 p.m. UTC
Since "dbus: add message-bus PACKAGECONFIG" the message bus isn't built
in nativesdk builds, so this workaround is no longer needed.

This also means that dbus-launch and dbus-run-session are not built, so
remove them from the FILES.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 recipes-core/dbus/dbus_%.bbappend | 9 ---------
 1 file changed, 9 deletions(-)
diff mbox series

Patch

diff --git a/recipes-core/dbus/dbus_%.bbappend b/recipes-core/dbus/dbus_%.bbappend
index f95e960..6dedd12 100644
--- a/recipes-core/dbus/dbus_%.bbappend
+++ b/recipes-core/dbus/dbus_%.bbappend
@@ -1,12 +1,3 @@ 
-# There seems to be a mingw build issue where if either of these are specified,
-# the mingw build fails in do_compile. Work around it for now.
-EXTRA_OEMESON:remove:mingw32 = "-Dtraditional_activation=true -Dtraditional_activation=false"
-
-FILES:${PN}:append:mingw32 = "\
-    ${bindir}/dbus-launch.exe \
-    ${bindir}/dbus-run-session.exe \
-"
-
 FILES:${PN}-tools:append:mingw32 = "\
     ${bindir}/dbus-send.exe \
     ${bindir}/dbus-monitor.exe \