[oe] [meta-python][PATCH 1/5] python-pyflame: Disable for mips arch

Khem Raj raj.khem at gmail.com
Mon Aug 27 17:47:53 UTC 2018


Fails to build as support is missing

src/ptrace.cc:135:48: error: 'regs' has incomplete type

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-pyflame.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-pyflame.inc b/meta-python/recipes-devtools/python/python-pyflame.inc
index 71fe769765..3914028ec3 100644
--- a/meta-python/recipes-devtools/python/python-pyflame.inc
+++ b/meta-python/recipes-devtools/python/python-pyflame.inc
@@ -11,3 +11,4 @@ S = "${WORKDIR}/git"
 inherit pkgconfig autotools
 
 COMPATIBLE_HOST_libc-musl_class-target = "null"
+COMPATIBLE_HOST_mipsarch_class-target = "null"
-- 
2.18.0




More information about the Openembedded-devel mailing list