[oe-commits] [meta-openembedded] 12/12: mozjs: extend --with-intl-api=build to all mips

git at git.openembedded.org git at git.openembedded.org
Sat Dec 14 02:30:57 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 72600f0a4f2d97e819a79c874db284d87d3a61ae
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Dec 13 18:25:52 2019 -0800

    mozjs: extend --with-intl-api=build to all mips
    
    This fixes mozjs crash, in launching js in qemu during gjs build
    
    Fixes
    |
    | (process:606857): Gjs-ERROR **: 02:02:06.039: Could not initialize Javascript
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Cc: Andreas Müller <schnitzeltony at gmail.com>
---
 meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb b/meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb
index 41a79da..f52bcca 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb
@@ -56,7 +56,7 @@ EXTRA_OECONF = " \
 "
 
 # Without this, JS_Init() will fail for mips64.
-EXTRA_OECONF_append_mips64 = " --with-intl-api=build"
+EXTRA_OECONF_append_mipsarch = " --with-intl-api=build"
 
 EXTRA_OECONF_append_mipsarch = " --disable-ion"
 EXTRA_OECONF_append_riscv64 = " --disable-ion"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list