Hi Khem, Le Thu, 16 May 2013 00:26:49 -0700, Khem Raj <[email protected]> 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 <[email protected]> > CC: Eric Bénard <[email protected]> > CC: Denis Carikli <[email protected]> > CC: Otavio Salvador <[email protected]> > --- > 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
