diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-08-26 23:55:32 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-27 10:53:58 -0700 |
commit | 38717e1f552575d7726c47cbcd88f51ea521d4b7 (patch) | |
tree | ed5e7c772d0146da6a9ebeb17cd394cec8c6d114 /meta-python/recipes-devtools/python/python-pyflame.inc | |
parent | a24b4c1bbead01a94d8ac26adb4657c29592cb52 (diff) | |
download | meta-openembedded-38717e1f552575d7726c47cbcd88f51ea521d4b7.tar.gz |
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyflame.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyflame.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
11 | inherit pkgconfig autotools | 11 | inherit pkgconfig autotools |
12 | 12 | ||
13 | COMPATIBLE_HOST_libc-musl_class-target = "null" | 13 | COMPATIBLE_HOST_libc-musl_class-target = "null" |
14 | COMPATIBLE_HOST_mipsarch_class-target = "null" | ||