From 38717e1f552575d7726c47cbcd88f51ea521d4b7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 26 Aug 2018 23:55:32 -0700 Subject: python-pyflame: Disable for mips arch Fails to build as support is missing src/ptrace.cc:135:48: error: 'regs' has incomplete type Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyflame.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python') 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" -- cgit 1.2.3-korg