Just throws lots of compiler errors regarding the floating point macros,
similar to the ones mentioned in commit 3e40a1d230a9
("boost: fix mips soft float compilation") commit 7e712e1831f8 in
poky.Just disable, to avoid frustration. Signed-off-by: André Draszik <[email protected]> --- meta/recipes-devtools/python-numpy/python-numpy.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc index 8413434af9..66fd589e8c 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy.inc +++ b/meta/recipes-devtools/python-numpy/python-numpy.inc @@ -50,3 +50,6 @@ RDEPENDS_${PN} = "${PYTHON_PN}-unittest \ RDEPENDS_${PN}_class-native = "" BBCLASSEXTEND = "native nativesdk" + +COMPATIBLE_HOST_armv4 = "null" +COMPATIBLE_HOST_armv5 = "null" -- 2.23.0.rc1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
