diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb b/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb index 0a74f52820..806e093910 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb | |||
| @@ -36,3 +36,8 @@ do_configure:append() { | |||
| 36 | do_compile:append() { | 36 | do_compile:append() { |
| 37 | sed -i -e 's#${WORKDIR}##g' ${S}/src/gevent/*.c ${S}/src/gevent/libev/*.c ${S}/src/gevent/resolver/*.c | 37 | sed -i -e 's#${WORKDIR}##g' ${S}/src/gevent/*.c ${S}/src/gevent/libev/*.c ${S}/src/gevent/resolver/*.c |
| 38 | } | 38 | } |
| 39 | |||
| 40 | # http://errors.yoctoproject.org/Errors/Details/766918/ | ||
| 41 | # src/gevent/queue.c:11894:83: error: passing argument 1 of '__pyx_vtabptr_6gevent_14_gevent_cqueue_UnboundQueue->__pyx_base.put' from incompatible pointer type [-Wincompatible-pointer-types] | ||
| 42 | # src/gevent/queue.c:11894:114: error: passing argument 4 of '__pyx_vtabptr_6gevent_14_gevent_cqueue_UnboundQueue->__pyx_base.put' from incompatible pointer type [-Wincompatible-pointer-types] | ||
| 43 | CFLAGS += "-Wno-error=incompatible-pointer-types" | ||
