[oe-commits] [meta-openembedded] 05/05: mozjs: extend --with-intl-api=build to ppc

git at git.openembedded.org git at git.openembedded.org
Thu Jan 16 19:13:10 UTC 2020


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 28a212970bc9098c4b9e31c969d75171bdb90e28
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Jan 16 10:50:57 2020 -0800

    mozjs: extend --with-intl-api=build to ppc
    
    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>
---
 meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb | 1 +
 1 file changed, 1 insertion(+)

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 f52bcca..389bcac 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb
@@ -57,6 +57,7 @@ EXTRA_OECONF = " \
 
 # Without this, JS_Init() will fail for mips64.
 EXTRA_OECONF_append_mipsarch = " --with-intl-api=build"
+EXTRA_OECONF_append_powerpc = " --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