[oe] [meta-browser][PATCH] nss: Build on mips64

Eric Bénard eric at eukrea.com
Thu May 16 07:43:00 UTC 2013


Hi Khem,

Le Thu, 16 May 2013 00:26:49 -0700,
Khem Raj <raj.khem at gmail.com> a écrit :

> Now that we have mips64 qemu support in OE-Core
> this started to fail to build. So lets fix it
> 
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> CC: Eric Bénard <eric at eukrea.com>
> CC: Denis Carikli <denis at eukrea.com>
> CC: Otavio Salvador <otavio at ossystems.com.br>
> ---
>  recipes-support/nss/nss_3.13.3.bb |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-support/nss/nss_3.13.3.bb b/recipes-support/nss/nss_3.13.3.bb
> index fbab6ee..ac77547 100644
> --- a/recipes-support/nss/nss_3.13.3.bb
> +++ b/recipes-support/nss/nss_3.13.3.bb
> @@ -25,6 +25,8 @@ TD = "${S}/tentative-dist"
>  PARALLEL_MAKE = ""
>  
>  USE64BIT_x86-64 = "USE_64=1"
> +USE64BIT_mips64 = "USE_64=1"
> +USE64BIT_mips64el = "USE_64=1"
>  USE64BIT ?= ""
>  
>  do_compile() {


pushed to master

Thanks
Eric




More information about the Openembedded-devel mailing list