aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-24 09:25:32 -0700
committerKhem Raj <raj.khem@gmail.com>2018-08-24 09:25:32 -0700
commit9788efded75de07faf6a2eff4c3525aaa8d946e6 (patch)
tree45711511bd728baf9c056637400f562f6adebf0f
parent2c729116ca21b5c733f02c80729932bfc94306c9 (diff)
downloadmeta-python2-9788efded75de07faf6a2eff4c3525aaa8d946e6.tar.gz
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 (From meta-openembedded commit: a855c5b528ecfa9b10bbde0b0bf9d16179fd9566) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-pyflame.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pyflame.inc b/recipes-devtools/python/python-pyflame.inc
index 3b84a7e..2ee79f7 100644
--- a/recipes-devtools/python/python-pyflame.inc
+++ b/recipes-devtools/python/python-pyflame.inc
@@ -10,3 +10,4 @@ S = "${WORKDIR}/git"
inherit pkgconfig autotools
+COMPATIBLE_HOST_libc-musl_class-target = "null"