From a855c5b528ecfa9b10bbde0b0bf9d16179fd9566 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 24 Aug 2018 09:25:32 -0700 Subject: 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 Cc: Andrew Jeffery --- meta-python/recipes-devtools/python/python-pyflame.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python') 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" -- cgit 1.2.3-korg