From a0979c363617a7f3367fbedb8ab981d802b6df1a Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Fri, 25 Oct 2019 22:17:57 -0500 Subject: dbus: Set FILES Set the package files correctly for MinGW Signed-off-by: Joshua Watt --- recipes-core/dbus/dbus_%.bbappend | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-core/dbus/dbus_%.bbappend diff --git a/recipes-core/dbus/dbus_%.bbappend b/recipes-core/dbus/dbus_%.bbappend new file mode 100644 index 0000000..76b0c3e --- /dev/null +++ b/recipes-core/dbus/dbus_%.bbappend @@ -0,0 +1,11 @@ +FILES_${PN}_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 \ +" + +FILES_${PN}-lib_append_mingw32 = "\ + ${bindir}/lib*.dll \ +" -- cgit v1.2.3-54-g00ecf