summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-03-09 23:59:31 +1000
committerJuro Bystricky <juro.bystricky@intel.com>2017-04-06 13:47:39 -0700
commitfba8c937c5fabf26f34b1cb69a5e6bb909b12275 (patch)
tree1700b7f05d5486a9547c40b4a70466702014564b
parent84e3017bf8832a5a85f0646ebcb9488dfb09a6ac (diff)
expat: Fix ${PN}-bin handling for .exe files
For mingw it is convention to have DLLs in bindir. To avoid grouping anything other that .exe files into the ${PN}-bin package, override it so that only '*.exe' files are shipped. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-core/expat/expat_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/expat/expat_%.bbappend b/recipes-core/expat/expat_%.bbappend
new file mode 100644
index 0000000..626ea5b
--- /dev/null
+++ b/recipes-core/expat/expat_%.bbappend
@@ -0,0 +1,3 @@
+
+FILES_${PN}-bin_mingw32 = "${bindir}/*.exe ${sbindir}/*.exe"
+