From: Changqing Li <changqing...@windriver.com>

Following errors already fixed in 3.11.0, refer[1][2], so remove the
unneeded CFLAGS:
h5py/h5l.c:8163:107: error: passing argument 4 of 
'__pyx_f_4h5py_4defs_H5Lunpack_elink_val' from incompatible pointer type 
[-Wincompatible-pointer-types]
h5py/h5l.c:8163:133: error: passing argument 5 of 
'__pyx_f_4h5py_4defs_H5Lunpack_elink_val' from incompatible pointer type 
[-Wincompatible-pointer-types]

[1] 
https://github.com/h5py/h5py/pull/2382/commits/387a22b8c1513800c0401f496b4ed512c1639798
[2] 
https://github.com/h5py/h5py/pull/2380/commits/704e13ac83b42898514610c4df9f32f367e767e4

Signed-off-by: Changqing Li <changqing...@windriver.com>
---
 meta-python/recipes-devtools/python/python3-h5py_3.11.0.bb | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.11.0.bb 
b/meta-python/recipes-devtools/python/python3-h5py_3.11.0.bb
index e0ceafca1..1cf5f5638 100644
--- a/meta-python/recipes-devtools/python/python3-h5py_3.11.0.bb
+++ b/meta-python/recipes-devtools/python/python3-h5py_3.11.0.bb
@@ -37,8 +37,3 @@ RDEPENDS:${PN} = "python3-numpy \
                  "
 
 export HDF5_VERSION="1.14.0"
-
-# http://errors.yoctoproject.org/Errors/Details/766919/
-# h5py/h5l.c:8163:107: error: passing argument 4 of 
'__pyx_f_4h5py_4defs_H5Lunpack_elink_val' from incompatible pointer type 
[-Wincompatible-pointer-types]
-# h5py/h5l.c:8163:133: error: passing argument 5 of 
'__pyx_f_4h5py_4defs_H5Lunpack_elink_val' from incompatible pointer type 
[-Wincompatible-pointer-types]
-CFLAGS += "-Wno-error=incompatible-pointer-types"
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#111411): 
https://lists.openembedded.org/g/openembedded-devel/message/111411
Mute This Topic: https://lists.openembedded.org/mt/107430751/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to