From 90c5f574b3979c582f126bf112eb6ede796f2f22 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 (From meta-openembedded commit: 38717e1f552575d7726c47cbcd88f51ea521d4b7) Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-pyflame.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-devtools') diff --git a/recipes-devtools/python/python-pyflame.inc b/recipes-devtools/python/python-pyflame.inc index 71fe769..3914028 100644 --- a/recipes-devtools/python/python-pyflame.inc +++ b/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