summaryrefslogtreecommitdiffstats
path: root/recipes-support/libgpg-error
Commit message (Collapse)AuthorAgeFilesLines
* meta-mingw: Convert to new override syntaxRichard Purdie2021-07-301-1/+1
| | | | | | | | 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>
* libgpg-error: remove obsolete 1.26 bbappendRoss Burton2017-05-162-52/+0
| | | | | | | oe-core now has 1.27 which solves the problem this patch was for, so remove the obsolete bbappend and patch. Signed-off-by: Ross Burton <ross.burton@intel.com>
* libgpg-error_1.26.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>
* libgpg-error: Handle packaging .exe filesNathan Rossi2017-04-061-0/+3
Handle packaging gpg-error.exe in the -dev package. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>