aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
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
commita855c5b528ecfa9b10bbde0b0bf9d16179fd9566 (patch)
tree7d206714d56dc7809bcf0586eb0a5328a8fc55d0 /meta-python
parentbdf5540dc510bb7cfaca1b9045533cd558954681 (diff)
downloadmeta-openembedded-a855c5b528ecfa9b10bbde0b0bf9d16179fd9566.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 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-pyflame.inc1
1 files changed, 1 insertions, 0 deletions
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"