summaryrefslogtreecommitdiffstats
path: root/recipes-support/libgcrypt/files/configure.ac-Set-mym4_revision-to-0-if-not-a-git-rep.patch
Commit message (Collapse)AuthorAgeFilesLines
* libgcrypt_1.7.6.bbappend: Add patch to fix configure bug for mingw32Nathan Rossi2017-04-061-0/+46
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>