mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 17:33:30 +00:00
python3-h5py: add -Wno-error to allow building native with gcc-14 on host
Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
7ef8a69d90
commit
068379172d
@ -29,3 +29,7 @@ RDEPENDS:${PN} = "python3-numpy \
|
|||||||
"
|
"
|
||||||
|
|
||||||
export HDF5_VERSION="1.8.21"
|
export HDF5_VERSION="1.8.21"
|
||||||
|
|
||||||
|
# h5py/_errors.c:2115:64: error: passing argument 3 of ?H5Ewalk2? from incompatible pointer type [-Wincompatible-pointer-types]
|
||||||
|
# h5py/_errors.c:2365:66: error: passing argument 3 of ?H5Ewalk2? from incompatible pointer type [-Wincompatible-pointer-types]
|
||||||
|
BUILD_CFLAGS += "-Wno-error=incompatible-pointer-types"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user