From 17e9d16648197de15c89cbbd84825973f12305e9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 28 Jan 2021 08:38:07 +0000 Subject: dbus: Update to handle dbus-tools change Signed-off-by: Richard Purdie --- recipes-core/dbus/dbus_%.bbappend | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-core/dbus/dbus_%.bbappend b/recipes-core/dbus/dbus_%.bbappend index 76b0c3e..d81af7d 100644 --- a/recipes-core/dbus/dbus_%.bbappend +++ b/recipes-core/dbus/dbus_%.bbappend @@ -1,7 +1,10 @@ FILES_${PN}_append_mingw32 = "\ + ${bindir}/dbus-launch.exe \ +" + +FILES_${PN}-tools_append_mingw32 = "\ ${bindir}/dbus-send.exe \ ${bindir}/dbus-monitor.exe \ - ${bindir}/dbus-launch.exe \ ${bindir}/dbus-test-tool.exe \ ${bindir}/dbus-update-activation-environment.exe \ " -- cgit v1.2.3-54-g00ecf