diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2025-10-30 13:15:04 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-30 09:37:15 -0700 |
| commit | fe7aaabb1c30cf263738dbf5df927650809e8074 (patch) | |
| tree | 48f033bcd6e8e217a295de3c758e1a427e281d9d /meta-python/recipes-devtools/python/python3-rfc3986-validator/0001-setup.py-move-pytest-runner-to-test_requirements.patch | |
| parent | b0272c8654d95388ab8afc49c95f598baac8cca7 (diff) | |
| download | meta-openembedded-fe7aaabb1c30cf263738dbf5df927650809e8074.tar.gz | |
nodejs: fix gcc compile failed for 32 bit arm target
Use gcc to compile failed for 32 bit arm target
$ echo 'MACHINE = "qemuarm"' >> conf/local.conf
$ bitbake nodejs
...
2645 | );
| ^
../deps/llhttp/src/llhttp.c:2643:11: error: incompatible type for argument 1 of 'vandq_u16'
2643 | vcgeq_u8(input, vdupq_n_u8(' ')),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| uint8x16_t
...
Use '-flax-vector-conversions' to permit conversions between vectors
with differing element types or numbers of subparts
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-rfc3986-validator/0001-setup.py-move-pytest-runner-to-test_requirements.patch')
0 files changed, 0 insertions, 0 deletions
