Thanks. Will fix that and resubmit the patch. 

Regards,
SweeAun

-----Original Message-----
From: Richard Purdie [mailto:[email protected]] 
Sent: Saturday, July 22, 2017 4:20 PM
To: Khor, Swee Aun <[email protected]>; 
[email protected]
Subject: Re: [OE-core] [PATCH 1/2] openssl: Support musl-x32 build

On Wed, 2017-07-19 at 13:29 -0700, [email protected] wrote:
> From: sweeaun <[email protected]>
> 
> Support musl-x32 build which to build openssl with 32 bits.
> 
> Signed-off-by: sweeaun <[email protected]>
> ---
>  meta/recipes-connectivity/openssl/openssl.inc | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-connectivity/openssl/openssl.inc
> b/meta/recipes-connectivity/openssl/openssl.inc
> index ce295e8..a56bd6e 100644
> --- a/meta/recipes-connectivity/openssl/openssl.inc
> +++ b/meta/recipes-connectivity/openssl/openssl.inc
> @@ -66,7 +66,8 @@ do_configure () {
>       case $os in
>       linux-gnueabi |\
>       linux-gnuspe |\
> -     linux-musl*)
> +     linux-musleabi |\
> +     linux-muslspe)
>               os=linux
>               ;;
>               *)

I think there is a bug here if os=linux-musl which likely caused:

https://autobuilder.yocto.io/builders/nightly-musl/builds/364

Cheers,

Richard

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to