summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb b/meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb
index af9256860c..9b990ecdf3 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb
@@ -24,6 +24,7 @@ inherit pkgconfig perlnative python3native rust
24 24
25DEPENDS += "zlib cargo-native python3 icu" 25DEPENDS += "zlib cargo-native python3 icu"
26DEPENDS:remove:mipsarch = "icu" 26DEPENDS:remove:mipsarch = "icu"
27DEPENDS:remove:powerpc:toolchain-clang = "icu"
27 28
28B = "${WORKDIR}/build" 29B = "${WORKDIR}/build"
29 30
@@ -43,6 +44,7 @@ JIT ?= ""
43JIT:mipsarch = "--disable-jit" 44JIT:mipsarch = "--disable-jit"
44ICU ?= "--with-system-icu" 45ICU ?= "--with-system-icu"
45ICU:mipsarch = "" 46ICU:mipsarch = ""
47ICU:powerpc:toolchain-clang = ""
46 48
47do_configure() { 49do_configure() {
48 cd ${B} 50 cd ${B}