diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-16 10:50:57 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-16 12:02:10 -0800 |
commit | 12b6f0c7d829e0b4d2b131c949433d8f75667afa (patch) | |
tree | 25c4e4af5635c011511f975616e4c220a91f4e53 | |
parent | feb903f7d7a68f4e0de33cd1bd4eb415cd29c73c (diff) | |
download | meta-openembedded-12b6f0c7d829e0b4d2b131c949433d8f75667afa.tar.gz |
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@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 f52bcca73..389bcac92 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 = " \ | |||
57 | 57 | ||
58 | # Without this, JS_Init() will fail for mips64. | 58 | # Without this, JS_Init() will fail for mips64. |
59 | EXTRA_OECONF_append_mipsarch = " --with-intl-api=build" | 59 | EXTRA_OECONF_append_mipsarch = " --with-intl-api=build" |
60 | EXTRA_OECONF_append_powerpc = " --with-intl-api=build" | ||
60 | 61 | ||
61 | EXTRA_OECONF_append_mipsarch = " --disable-ion" | 62 | EXTRA_OECONF_append_mipsarch = " --disable-ion" |
62 | EXTRA_OECONF_append_riscv64 = " --disable-ion" | 63 | EXTRA_OECONF_append_riscv64 = " --disable-ion" |