Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-browser][PATCH] nss: Build on mips64
@ 2013-05-16  7:26 Khem Raj
  2013-05-16  7:43 ` Eric Bénard
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2013-05-16  7:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador, Eric Bénard

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@gmail.com>
CC: Eric Bénard <eric@eukrea.com>
CC: Denis Carikli <denis@eukrea.com>
CC: Otavio Salvador <otavio@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() {
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-browser][PATCH] nss: Build on mips64
  2013-05-16  7:26 [meta-browser][PATCH] nss: Build on mips64 Khem Raj
@ 2013-05-16  7:43 ` Eric Bénard
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Bénard @ 2013-05-16  7:43 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-devel, Otavio Salvador

Hi Khem,

Le Thu, 16 May 2013 00:26:49 -0700,
Khem Raj <raj.khem@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@gmail.com>
> CC: Eric Bénard <eric@eukrea.com>
> CC: Denis Carikli <denis@eukrea.com>
> CC: Otavio Salvador <otavio@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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-16  8:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16  7:26 [meta-browser][PATCH] nss: Build on mips64 Khem Raj
2013-05-16  7:43 ` Eric Bénard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox