[oe-commits] [meta-openembedded] 01/28: python-pyflame: Disable for mips arch

git at git.openembedded.org git at git.openembedded.org
Wed Aug 29 01:32:56 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 38717e1f552575d7726c47cbcd88f51ea521d4b7
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun Aug 26 23:55:32 2018 -0700

    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 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 71fe769..3914028 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list