diff mbox series

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

Message ID 20180824163456.10528-1-raj.khem@gmail.com
State Accepted
Commit a855c5b528ecfa9b10bbde0b0bf9d16179fd9566
Headers show
Series [oe,meta-python,1/2] python-pyflame: Limit support to just glibc based systems | expand

Commit Message

Khem Raj Aug. 24, 2018, 4:34 p.m. UTC
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>
---
 meta-python/recipes-devtools/python/python-pyflame.inc | 1 +
 1 file changed, 1 insertion(+)

-- 
2.18.0

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Comments

Andrew Jeffery Aug. 28, 2018, 12:14 a.m. UTC | #1
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@gmail.com>

> Cc: Andrew Jeffery <andrew@aj.id.au>


Acked-by: Andrew Jeffery <andrew@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

> 

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

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"