[yocto] [meta-mingw][PATCH 3/3] dbus: Set FILES

Joshua Watt jpewhacker at gmail.com
Mon Oct 28 08:58:07 PDT 2019


Set the package files correctly for MinGW

Signed-off-by: Joshua Watt <JPEWhacker at 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



More information about the yocto mailing list