summaryrefslogtreecommitdiffstats
path: root/recipes-support/gnupg/gnupg_1.4.7.bb
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2020-09-01 00:41:50 +0200
committerPeter Kjellerstedt <pkj@axis.com>2020-09-01 00:43:13 +0200
commitf9761c01495cd52ce88e33fbc8824f882cf80288 (patch)
treee6983e0bcc88a3e19619162a163af6c96dbe6eaf /recipes-support/gnupg/gnupg_1.4.7.bb
parenta8da8eb127a56561bf633ab53bec57fb5dbba537 (diff)
downloadmeta-gplv2-f9761c01495cd52ce88e33fbc8824f882cf80288.tar.gz
gnupg: Make it build with GCC 10 (which uses -fno-common by default)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Diffstat (limited to 'recipes-support/gnupg/gnupg_1.4.7.bb')
-rw-r--r--recipes-support/gnupg/gnupg_1.4.7.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-support/gnupg/gnupg_1.4.7.bb b/recipes-support/gnupg/gnupg_1.4.7.bb
index 6a950fd..6258809 100644
--- a/recipes-support/gnupg/gnupg_1.4.7.bb
+++ b/recipes-support/gnupg/gnupg_1.4.7.bb
@@ -20,7 +20,8 @@ SRC_URI = "${GNUPG_MIRROR}/gnupg/gnupg-${PV}.tar.bz2 \
20 file://CVE-2013-4242.patch \ 20 file://CVE-2013-4242.patch \
21 file://fix-ustar-check-issue.patch \ 21 file://fix-ustar-check-issue.patch \
22 file://0001-Make-it-build-with-gettext-0.20.patch \ 22 file://0001-Make-it-build-with-gettext-0.20.patch \
23 " 23 file://0001-Make-it-build-with-GCC-10-which-uses-fno-common-by-d.patch \
24 "
24 25
25SRC_URI[md5sum] = "b06a141cca5cd1a55bbdd25ab833303c" 26SRC_URI[md5sum] = "b06a141cca5cd1a55bbdd25ab833303c"
26SRC_URI[sha256sum] = "69d18b7d193f62ca27ed4febcb4c9044aa0c95305d3258fe902e2fae5fc6468d" 27SRC_URI[sha256sum] = "69d18b7d193f62ca27ed4febcb4c9044aa0c95305d3258fe902e2fae5fc6468d"