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

Andrew Jeffery andrew at aj.id.au
Tue Aug 28 00:14:36 UTC 2018


On Sat, 25 Aug 2018, at 02:04, Khem Raj wrote:
> 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>

Acked-by: Andrew Jeffery <andrew at aj.id.au>

Thanks Khem!

> ---
>  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