[OE-core] [PATCH 5/7] openssl: Support musl-x32 build

Khem Raj raj.khem at gmail.com
Thu Jul 6 07:23:32 UTC 2017



On 7/5/17 4:56 PM, swee.aun.khor at intel.com wrote:
> From: sweeaun <swee.aun.khor at intel.com>
> 
> Support musl-x32 build which to build openssl with 32 bits.
> 
> Signed-off-by: sweeaun <swee.aun.khor at intel.com>
> ---
>  meta/recipes-connectivity/openssl/openssl.inc | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
> index 3980ec2..bcbbe06 100644
> --- a/meta/recipes-connectivity/openssl/openssl.inc
> +++ b/meta/recipes-connectivity/openssl/openssl.inc
> @@ -65,8 +65,7 @@ do_configure () {
>  	os=${HOST_OS}
>  	case $os in
>  	linux-gnueabi |\
> -	linux-gnuspe |\
> -	linux-musl*)

removing this will break other musl arches.

> +	linux-gnuspe)
>  		os=linux
>  		;;
>  		*)
> @@ -101,6 +100,9 @@ do_configure () {
>  	linux-gnux32-x86_64)
>  		target=linux-x32
>  		;;
> +        linux-muslx32-x86_64)
> +                target=linux-x32
> +                ;;

you can move it above the generic check above

>  	linux-gnu64-x86_64)
>  		target=linux-x86_64
>  		;;
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170706/71d69bb1/attachment-0002.sig>


More information about the Openembedded-core mailing list