[oe-commits] [meta-openembedded] 05/09: python-pyflame: Limit support to just glibc based systems

git at git.openembedded.org git at git.openembedded.org
Mon Aug 27 17:59:43 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 a855c5b528ecfa9b10bbde0b0bf9d16179fd9566
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Aug 24 09:25:32 2018 -0700

    python-pyflame: Limit support to just glibc based systems
    
    Fixes:
    | checking build system type... x86_64-pc-linux-gnu
    | checking host system type... x86_64-bec-linux-musl
    | configure: error: Pyflame can only be built for Linux hosts
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Cc: Andrew Jeffery <andrew at aj.id.au>
---
 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 3b84a7e..2ee79f7 100644
--- a/meta-python/recipes-devtools/python/python-pyflame.inc
+++ b/meta-python/recipes-devtools/python/python-pyflame.inc
@@ -10,3 +10,4 @@ S = "${WORKDIR}/git"
 
 inherit pkgconfig autotools
 
+COMPATIBLE_HOST_libc-musl_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