[OE-core] [PATCH] openssl: fix mips64 configure support

wenzong fan wenzong.fan at windriver.com
Sat Nov 7 07:07:07 UTC 2015


On 11/06/2015 12:18 AM, Khem Raj wrote:
>
>> On Nov 4, 2015, at 10:09 PM, wenzong.fan at windriver.com wrote:
>>
>> From: Wenzong Fan <wenzong.fan at windriver.com>
>>
>> Match target name linux-mips64 as well, all mips64 targets will have
>> mips(32) userspace.
>
> this comment seems to be not relevant to the change
>

What about:

If target name is linux-mips64, set it as linux-mips to get it build 
with mips(32) userspace.

Thanks
Wenzong

>>
>> Signed-off-by: Wenzong Fan <wenzong.fan at windriver.com>
>> ---
>> meta/recipes-connectivity/openssl/openssl.inc | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
>> index 8af423f..b69cb4c 100644
>> --- a/meta/recipes-connectivity/openssl/openssl.inc
>> +++ b/meta/recipes-connectivity/openssl/openssl.inc
>> @@ -115,7 +115,7 @@ do_configure () {
>> 	linux-mipsel)
>> 		target=debian-mipsel
>> 		;;
>> -        linux-*-mips64)
>> +        linux-*-mips64 | linux-mips64)
>>                 target=linux-mips
>>                  ;;
>> 	linux-microblaze*|linux-nios2*)
>> --
>> 1.9.1
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>



More information about the Openembedded-core mailing list