Browse Source

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>
Khem Raj 5 years ago
parent
commit
a855c5b528
1 changed files with 1 additions and 0 deletions
  1. 1 0
      meta-python/recipes-devtools/python/python-pyflame.inc

+ 1 - 0
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"