[oe-commits] [meta-openembedded] 07/07: mozjs: do not expose intl api for mips64

git at git.openembedded.org git at git.openembedded.org
Tue Aug 6 19:07:42 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 a0f1703d5c1e7da21ff47289a2aebc91ea729259
Author: Slater, Joseph <joe.slater at windriver.com>
AuthorDate: Tue Aug 6 11:38:51 2019 -0700

    mozjs: do not expose intl api for mips64
    
    Add --with-intl-api=build to configure options.  Otherwise,
    JS_Init() will fail.
    
    Signed-off-by: Joe Slater <joe.slater at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb | 3 +++
 1 file changed, 3 insertions(+)

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 c89aba7..33142d6 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb
@@ -55,6 +55,9 @@ EXTRA_OECONF = " \
     ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', "--enable-gold", '--disable-gold', d)} \
 "
 
+# Without this, JS_Init() will fail for mips64.
+EXTRA_OECONF_append_mips64 = " --with-intl-api=build"
+
 EXTRA_OECONF_append_mipsarch = " --disable-ion"
 EXTRA_OECONF_append_riscv64 = " --disable-ion"
 EXTRA_OECONF_append_riscv32 = " --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