mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +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:
committed by
Armin Kuster
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user