summaryrefslogtreecommitdiffstats
path: root/recipes-support/libgcrypt/libgcrypt_1.7.6.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* libgcrypt: generalise bbappendRoss Burton2017-07-191-6/+0
|
* libgcrypt_1.7.6.bbappend: Add patch to fix configure bug for mingw32Nathan Rossi2017-04-061-0/+6
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>