aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/libgcrypt
AgeCommit message (Collapse)Author
2017-04-06libgcrypt_1.7.6.bbappend: Add patch to fix configure bug for mingw32Nathan Rossi
Resolve bug with the generation of the versioninfo.rc file which depends on the BUILD_REVISION being set during configure. The BUILD_REVISION is unset when building against tarball source due to no git repository information. This patch sets the BUILD_REVISION to 0 when no information is available. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
2017-04-06libgcrypt: Disable 'capabilities' for mingw32Nathan Rossi
libcap does not support mingw32, so disable 'capabilities' support for the mingw32 targets. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
2017-04-06libgcrypt: Handle packaging of .exe and .def filesNathan Rossi
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>