Set the package files correctly for MinGW

Signed-off-by: Joshua Watt <jpewhac...@gmail.com>
---
 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 \
+"
-- 
2.21.0

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to