summaryrefslogtreecommitdiffstats
path: root/recipes-support/gnupg/gnupg-1.4.7
Commit message (Collapse)AuthorAgeFilesLines
* gnupg: Build with "-fcommon"yocto-3.2.4yocto-3.2.3yocto-3.2.2yocto-3.2.1yocto-3.2gatesgarth-24.0.4gatesgarth-24.0.3gatesgarth-24.0.2gatesgarth-24.0.1gatesgarth-24.0.03.3_M23.3_M1gatesgarthJoshua Watt2020-10-161-93/+0
| | | | | | | | | | | | | The patch from f9761c0 ("gnupg: Make it build with GCC 10 (which uses -fno-common by default)") doesn't work in all cases, such as when building gnupg-native. Instead of trying to patch around it, re-enable the -fcommon flag explicitly to keep the build the same as it was before GCC 10 changed the default. This reverts commit f9761c01495cd52ce88e33fbc8824f882cf80288. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
* gnupg: Make it build with GCC 10 (which uses -fno-common by default)Peter Kjellerstedt2020-09-011-0/+93
| | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
* gnupg: Make it build with gettext 0.20Peter Kjellerstedt2020-01-071-0/+80
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
* gnupg: Update a patch to avoid fuzzPeter Kjellerstedt2018-04-251-2/+1
| | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
* gnupg: specify tar path explicitlyWenlin Kang2017-09-191-0/+38
| | | | | | | | | | | | | The gpg-zip script contains wrong tar binary path: "TAR=/buildarea/poky/build/tmp/hosttools/tar" Specify the correct tar path when configure. Also remove the code for ustar format detection in configure because it is not applicable for cross-compile environment. Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com> Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
* Create meta-gplv2 from files from OE-CoreRichard Purdie2017-03-028-0/+439
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>