summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gevent_21.12.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-gevent: make compatible with python 3.11Alexander Kanavin2022-10-051-2/+11
| | | | | | | | Force regeneration of cython files in particular (and strip build paths out of them afterwards). Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gevent: Avoid building internal version of libevKhem Raj2022-09-291-3/+5
| | | | | | | | | | | Use the system version. Moreover, internal version is not cross compile friendly. Ends up with | cc1: error: include location "/usr/include/python3.10" is unsafe for cross-compilation [-Werror=poison-system-directories] | cc1: some warnings being treated as errors | error: command '/home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/python3-gevent/21.12.0-r0/recipe-sysroot-native/usr/bin/x86_64-poky-linux/x86_64-poky-linux-gcc' failed with exit code 1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gevent: update to 21.12.0Oleksandr Kravchuk2021-12-161-0/+24
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>