diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2019-10-25 22:17:57 -0500 |
---|---|---|
committer | Joshua Watt <JPEWhacker@gmail.com> | 2019-10-25 22:17:57 -0500 |
commit | a0979c363617a7f3367fbedb8ab981d802b6df1a (patch) | |
tree | 56115fe4e24dcbb8b9c3e3cfe3b8c3be0fdadb50 | |
parent | 15506de8da4f335d3b7919f2cf5745a47e1f789c (diff) | |
download | meta-mingw-a0979c363617a7f3367fbedb8ab981d802b6df1a.tar.gz |
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_%.bbappend | 11 |
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 @@ | |||
1 | FILES_${PN}_append_mingw32 = "\ | ||
2 | ${bindir}/dbus-send.exe \ | ||
3 | ${bindir}/dbus-monitor.exe \ | ||
4 | ${bindir}/dbus-launch.exe \ | ||
5 | ${bindir}/dbus-test-tool.exe \ | ||
6 | ${bindir}/dbus-update-activation-environment.exe \ | ||
7 | " | ||
8 | |||
9 | FILES_${PN}-lib_append_mingw32 = "\ | ||
10 | ${bindir}/lib*.dll \ | ||
11 | " | ||