summaryrefslogtreecommitdiffstats
path: root/recipes-core/dbus
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-23 14:58:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-23 15:50:58 +0100
commit116bc548662b9eef6e793910f764e9d31781da71 (patch)
tree37e698ef022c740e1f508e00349483c4f42967db /recipes-core/dbus
parent3b92f104e024bcb1341b563f396291b41786cc38 (diff)
downloadmeta-mingw-master-next.tar.gz
dbus: Adapt to traditional-activation PACKAGECONFIGmaster-next
With this PACKAGECONFIG added to OE-Core, we need to disable it on mingw32 since it doesn't build there. This looks like a meson configuration issue which probably needs looking into in more detail. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-core/dbus')
-rw-r--r--recipes-core/dbus/dbus_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/dbus/dbus_%.bbappend b/recipes-core/dbus/dbus_%.bbappend
index be88280..f95e960 100644
--- a/recipes-core/dbus/dbus_%.bbappend
+++ b/recipes-core/dbus/dbus_%.bbappend
@@ -1,3 +1,7 @@
1# There seems to be a mingw build issue where if either of these are specified,
2# the mingw build fails in do_compile. Work around it for now.
3EXTRA_OEMESON:remove:mingw32 = "-Dtraditional_activation=true -Dtraditional_activation=false"
4
1FILES:${PN}:append:mingw32 = "\ 5FILES:${PN}:append:mingw32 = "\
2 ${bindir}/dbus-launch.exe \ 6 ${bindir}/dbus-launch.exe \
3 ${bindir}/dbus-run-session.exe \ 7 ${bindir}/dbus-run-session.exe \