aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-gevent
diff options
context:
space:
mode:
authorAndrej Rode <andrej.rode@ettus.com>2017-04-13 12:20:00 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-24 10:59:25 +0200
commit1e79a2feffdd145b7507a4745e5408c4ada5821a (patch)
tree5beac87a06fb2fbdbd8fe4811584b4b20d162d6c /recipes-devtools/python/python-gevent
parenta32267607b32060112f7feca227ba300654b39be (diff)
downloadmeta-python2-1e79a2feffdd145b7507a4745e5408c4ada5821a.tar.gz
gevent: update 0.13.8 -> 1.2.1
(From meta-openembedded commit: 74f9dcd4b8c072dc097ef591fa50eaf7493c68f5) Signed-off-by: Andrej Rode <andrej.rode@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-gevent')
-rw-r--r--recipes-devtools/python/python-gevent/libev-conf.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-gevent/libev-conf.patch b/recipes-devtools/python/python-gevent/libev-conf.patch
new file mode 100644
index 0000000..79c1867
--- /dev/null
+++ b/recipes-devtools/python/python-gevent/libev-conf.patch
@@ -0,0 +1,26 @@
+From 2294734ef9d5e2efb05820e9759a1635799bdea9 Mon Sep 17 00:00:00 2001
+From: Andrej Rode <andrej.rode@ettus.com>
+Date: Mon, 10 Apr 2017 19:25:18 -0700
+Subject: [PATCH] libev: make configure crosscompile compatible
+
+Signed-off-by: Andrej Rode <andrej.rode@ettus.com>
+---
+ deps/libev/configure | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/deps/libev/configure b/deps/libev/configure
+index 743817e..96c2366 100755
+--- a/deps/libev/configure
++++ b/deps/libev/configure
+@@ -2208,7 +2208,7 @@ fi
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
++ac_link='$CC -static -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+--
+2.10.2
+