summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2019-10-25 22:17:57 -0500
committerJoshua Watt <JPEWhacker@gmail.com>2019-10-25 22:17:57 -0500
commita0979c363617a7f3367fbedb8ab981d802b6df1a (patch)
tree56115fe4e24dcbb8b9c3e3cfe3b8c3be0fdadb50
parent15506de8da4f335d3b7919f2cf5745a47e1f789c (diff)
dbus: Set FILES
Set the package files correctly for MinGW Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
-rw-r--r--recipes-core/dbus/dbus_%.bbappend11
1 files changed, 11 insertions, 0 deletions
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 \
+"