[OE-core] [PATCH] python-numpy: incompatible with armv4 and armv5
André Draszik
git at andred.net
Sat Mar 14 19:40:38 UTC 2020
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 <git at andred.net>
---
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
More information about the Openembedded-core
mailing list