summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-aiohttp: apply compile option -flax-vector-conversions for gccHongxu Jia2025-11-141-1/+1
| | | | | | | | The clang does not need option -flax-vector-conversions to avoid build failure for 32bit arm target Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: fix compiler failure on 32-bit armHongxu Jia2025-10-241-0/+2
| | | | | | | | | | | | | | | | | | Build 32bit python3-aiohttp failed on arm ... vendor/llhttp/build/c/llhttp.c:2643:11: error: incompatible type for argument 1 of 'vandq_u16' 2643 | vcgeq_u8(input, vdupq_n_u8(' ')), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint8x16_t ... Refer [1], add -flax-vector-conversions to 32bit arm compiler [1] https://github.com/xmrig/xmrig/issues/3673 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: 3.12.14 -> 3.12.15Tom Geelen2025-09-211-0/+23
Signed-off-by: Khem Raj <raj.khem@gmail.com>