diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb b/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb index 74ae6cf69d..8fb6e18504 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_21.8.0.bb | |||
| @@ -7,27 +7,21 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4de99aac27b470c29c6c309e0c279b65 \ | |||
| 7 | file://NOTICE;md5=18108df3583462cafd457f024b9b09b5 \ | 7 | file://NOTICE;md5=18108df3583462cafd457f024b9b09b5 \ |
| 8 | file://deps/libev/LICENSE;md5=d6ad416afd040c90698edcdf1cbee347 \ | 8 | file://deps/libev/LICENSE;md5=d6ad416afd040c90698edcdf1cbee347 \ |
| 9 | " | 9 | " |
| 10 | DEPENDS += "libevent" | 10 | DEPENDS += "${PYTHON_PN}-greenlet libev c-ares" |
| 11 | DEPENDS += "${PYTHON_PN}-greenlet" | 11 | |
| 12 | RDEPENDS:${PN} = "${PYTHON_PN}-greenlet \ | 12 | RDEPENDS:${PN} = "${PYTHON_PN}-greenlet \ |
| 13 | ${PYTHON_PN}-mime \ | 13 | ${PYTHON_PN}-mime \ |
| 14 | ${PYTHON_PN}-pprint \ | 14 | ${PYTHON_PN}-pprint \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-gevent:" | 17 | SRC_URI[sha256sum] = "43e93e1a4738c922a2416baf33f0afb0a20b22d3dba886720bc037cd02a98575" |
| 18 | 18 | ||
| 19 | SRC_URI:append = " \ | 19 | inherit pypi setuptools3 |
| 20 | file://libev-conf.patch;patch=1;pnum=1 \ | ||
| 21 | " | ||
| 22 | 20 | ||
| 23 | SRC_URI[sha256sum] = "43e93e1a4738c922a2416baf33f0afb0a20b22d3dba886720bc037cd02a98575" | 21 | # Don't embed libraries, link to the system instead |
| 22 | export GEVENTSETUP_EMBED = "0" | ||
| 24 | 23 | ||
| 25 | # The python-gevent has no autoreconf ability | 24 | # Delete the embedded copies of libraries so we can't accidentally link to them |
| 26 | # and the logic for detecting a cross compile is flawed | ||
| 27 | # so always force a cross compile | ||
| 28 | do_configure:append() { | 25 | do_configure:append() { |
| 29 | sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/deps/libev/configure | 26 | rm -rf ${S}/deps |
| 30 | sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/deps/c-ares/configure | ||
| 31 | } | 27 | } |
| 32 | |||
| 33 | inherit pypi setuptools3 | ||
