[oe] [meta-python][PATCH 1/2] python-pyflame: Limit support to just glibc based systems

Khem Raj raj.khem at gmail.com
Fri Aug 24 16:34:55 UTC 2018


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 3b84a7e8f8..2ee79f7b8a 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"
-- 
2.18.0




More information about the Openembedded-devel mailing list