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
commitf63ca6ec98e2415a53ed92c87dc59d964d8a1314 (patch)
tree5094a7e42d2239d8f2f141c82c052b277b1ce6e5
parent0cd5e3c7b1956f7c8cba421741af5e6e12197c0f (diff)
libgcrypt: Handle packaging of .exe and .def files
Handle packaging of .exe for the hmac/dumpexp packages. Also add the packaging of mpicalc.exe to the -dev package. Also handle the packaging of the .def files into the -dev package. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-support/libgcrypt/libgcrypt_%.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-support/libgcrypt/libgcrypt_%.bbappend b/recipes-support/libgcrypt/libgcrypt_%.bbappend
new file mode 100644
index 0000000..631cbab
--- /dev/null
+++ b/recipes-support/libgcrypt/libgcrypt_%.bbappend
@@ -0,0 +1,8 @@
+
+FILES_${PN}-dev_append_mingw32 = " \
+ ${libdir}/*.def \
+ ${bindir}/hmac256.exe \
+ ${bindir}/mpicalc.exe \
+ "
+FILES_dumpsexp-dev_append_mingw32 = " ${bindir}/dumpsexp.exe"
+