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