[OE-core] [PATCH 5/5] openssl: Add handling for building on linux-powerpc64

Tom Rini tom_rini at mentor.com
Fri Jul 22 14:16:47 UTC 2011


On 07/22/2011 02:24 AM, Kumar Gala wrote:
> If try to build for an ppc64 target openssl will fail to build since
> the configure script didn't know how to handle a 'linux-powerpc64' target.
> 
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>

Acked-by: Tom Rini <tom_rini at mentor.com>

> ---
>  meta/recipes-connectivity/openssl/openssl.inc |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
> index 79620b3..b134ad0 100644
> --- a/meta/recipes-connectivity/openssl/openssl.inc
> +++ b/meta/recipes-connectivity/openssl/openssl.inc
> @@ -83,6 +83,9 @@ do_configure () {
>  	linux-gnuspe-powerpc)
>  		target=linux-ppc
>  		;;
> +	linux-powerpc64)
> +		target=linux-ppc64
> +		;;
>  	linux-supersparc)
>  		target=linux-sparcv8
>  		;;


-- 
Tom Rini
Mentor Graphics Corporation




More information about the Openembedded-core mailing list