summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2018-04-23 15:06:24 +0200
committerPeter Kjellerstedt <pkj@axis.com>2018-04-25 22:52:08 +0200
commit343907c995c66e13418ea6ebfc8ae0b853c488e7 (patch)
tree8577520cb8be918a722c4f2eca91383a5714e1c3
parent1a76ffce6205522dc38cd42203d91e102851b003 (diff)
downloadmeta-gplv2-343907c995c66e13418ea6ebfc8ae0b853c488e7.tar.gz
gnupg: Update a patch to avoid fuzz
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
-rw-r--r--recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch b/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch
index 2855cab..c3c361d 100644
--- a/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch
+++ b/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch
@@ -15,5 +15,4 @@ Upstream-Status: Inappropriate [configuration]
15+#if defined (__arm__) && W_TYPE_SIZE == 32 && !defined(__thumb__) 15+#if defined (__arm__) && W_TYPE_SIZE == 32 && !defined(__thumb__)
16 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ 16 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
17 __asm__ ("adds %1, %4, %5\n" \ 17 __asm__ ("adds %1, %4, %5\n" \
18 "adc %0, %2, %3" \ 18 "adc %0, %2, %3" \
19