[OE-core] [PATCH 1/2] openssl: Support musl-x32 build
Richard Purdie
richard.purdie at linuxfoundation.org
Sat Jul 22 08:20:16 UTC 2017
On Wed, 2017-07-19 at 13:29 -0700, 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 | 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
More information about the Openembedded-core
mailing list