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:16 +0200
commitfc99e81247b5e6aaa6e7b674dc6a33d5cc13bc2e (patch)
treeea651371a69efe9e5c59765c505781c78623f0da
parent5fe7a92fa518880e89b949819ad056ad310a61be (diff)
downloadmeta-gplv2-fc99e81247b5e6aaa6e7b674dc6a33d5cc13bc2e.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