diff options
-rw-r--r-- | recipes-devtools/python/python-gevent_1.0.1.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-gevent_1.0.1.bb b/recipes-devtools/python/python-gevent_1.0.1.bb index 44f9518b..47f1267a 100644 --- a/recipes-devtools/python/python-gevent_1.0.1.bb +++ b/recipes-devtools/python/python-gevent_1.0.1.bb | |||
@@ -24,3 +24,10 @@ inherit setuptools | |||
24 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 24 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
25 | SRC_URI += "file://libev-conf.patch" | 25 | SRC_URI += "file://libev-conf.patch" |
26 | SRC_URI += "file://gevent-allow-ssl-v2-or-v3-certificates.patch" | 26 | SRC_URI += "file://gevent-allow-ssl-v2-or-v3-certificates.patch" |
27 | |||
28 | # The python-gevent has no autoreconf ability | ||
29 | # and the logic for detecting a cross compile is flawed | ||
30 | # so always force a cross compile | ||
31 | do_configure_append() { | ||
32 | sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/libev/configure | ||
33 | } \ No newline at end of file | ||