summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-m2crypto
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-10-02 09:06:54 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-10-04 14:53:29 +0000
commite222c07ae9b38f77095c76c326f16dc17dcc73c9 (patch)
tree978cab442bddaa612aef3528633eb62024250831 /meta-python/recipes-devtools/python/python-m2crypto
parent70690999be78ef1e012ab2bbe2e91485a8a6a1e5 (diff)
downloadmeta-openembedded-e222c07ae9b38f77095c76c326f16dc17dcc73c9.tar.gz
python-m2crypto: Upgrade to 0.26.4
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-m2crypto')
-rw-r--r--meta-python/recipes-devtools/python/python-m2crypto/m2crypto-0.26.4-gcc_macros.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-m2crypto/m2crypto-0.26.4-gcc_macros.patch b/meta-python/recipes-devtools/python/python-m2crypto/m2crypto-0.26.4-gcc_macros.patch
new file mode 100644
index 000000000..2d738cc94
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-m2crypto/m2crypto-0.26.4-gcc_macros.patch
@@ -0,0 +1,24 @@
1Imported from Fedora
2
3--- M2Crypto/SWIG/_m2crypto.i 2017-09-26 11:26:33.000000000 +0200
4+++ M2Crypto-0.26.4/SWIG/_m2crypto.i 2017-09-26 21:04:14.080330741 +0200
5@@ -7,6 +7,7 @@
6 * Copyright (c) 2009-2010 Heikki Toivonen. All rights reserved.
7 *
8 */
9+%import "gcc_macros.h"
10
11 %module(threads=1) m2crypto
12 /* We really don't need threadblock (PyGILState_Ensure() etc.) anywhere.
13@@ -15,11 +16,6 @@
14 %nothreadblock;
15 %nothreadallow;
16
17-#if SWIG_VERSION >= 0x030000
18-#define __WCHAR_MAX__ __WCHAR_MAX
19-#define __WCHAR_MIN__ __WCHAR_MIN
20-#endif
21-
22 %{
23 #if __GNUC__ < 5
24 #pragma GCC diagnostic ignored "-Wunused-label"