From fba8c937c5fabf26f34b1cb69a5e6bb909b12275 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 9 Mar 2017 23:59:31 +1000 Subject: 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 --- recipes-core/expat/expat_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-core/expat/expat_%.bbappend 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" + -- cgit v1.2.3-54-g00ecf