summaryrefslogtreecommitdiffstats
path: root/recipes-support/libgcrypt
Commit message (Collapse)AuthorAgeFilesLines
* meta-mingw: Convert to new override syntaxRichard Purdie2021-07-301-3/+3
| | | | | | | | This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libgcrypt: drop 1.8.x append and patchAlexander Kanavin2021-03-022-52/+0
| | | | | | | | | 1.9.x no longer requires this, as the code has been refactored into an external script that has defaults and a guard for .git directory. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Fix Yocto Project compatible errorsMark Hatle2017-08-281-2/+2
| | | | | | | | | | | | | | Each of the recipes modified fail the YP compatible checking script because they modify the checksum of the package, even when the mingw32 SDK is not enabled. This is corrected by ensuring that each of the settings is only done when the mingw32 override is enabled. The PACKAGECONFIG options are moved to oe-core, as there is no way to specify they should only available in the mingw32 override is enabled. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* libgcrypt: Handle upgrade of libgcrypt in oe-coreRichard Purdie2017-08-171-0/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libgcrypt: generalise bbappendRoss Burton2017-07-191-0/+0
|
* libgcrypt_1.7.6.bbappend: Add patch to fix configure bug for mingw32Nathan Rossi2017-04-062-0/+52
| | | | | | | | | | 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>
* libgcrypt: Disable 'capabilities' for mingw32Nathan Rossi2017-04-061-0/+3
| | | | | | | libcap does not support mingw32, so disable 'capabilities' support for the mingw32 targets. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* libgcrypt: Handle packaging of .exe and .def filesNathan Rossi2017-04-061-0/+8
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>