From: Joshua Watt <jpewhacker@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: [meta-mingw][PATCH 3/3] dbus: Set FILES
Date: Mon, 28 Oct 2019 10:58:07 -0500 [thread overview]
Message-ID: <20191028155807.9310-3-JPEWhacker@gmail.com> (raw)
In-Reply-To: <20191028155807.9310-1-JPEWhacker@gmail.com>
Set the package files correctly for MinGW
Signed-off-by: Joshua Watt <JPEWhacker@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
next prev parent reply other threads:[~2019-10-28 15:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-28 15:58 [meta-mingw][PATCH 1/3] libxml2: Remove python support Joshua Watt
2019-10-28 15:58 ` [meta-mingw][PATCH 2/3] wayland: Disable library Joshua Watt
2019-10-28 15:58 ` Joshua Watt [this message]
2019-10-28 16:03 ` [meta-mingw][PATCH 1/3] libxml2: Remove python support Ross Burton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191028155807.9310-3-JPEWhacker@gmail.com \
--to=jpewhacker@gmail.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.