diff options
| -rw-r--r-- | meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb | 2 |
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 | ||
| 25 | DEPENDS += "zlib cargo-native python3 icu" | 25 | DEPENDS += "zlib cargo-native python3 icu" |
| 26 | DEPENDS:remove:mipsarch = "icu" | 26 | DEPENDS:remove:mipsarch = "icu" |
| 27 | DEPENDS:remove:powerpc:toolchain-clang = "icu" | ||
| 27 | 28 | ||
| 28 | B = "${WORKDIR}/build" | 29 | B = "${WORKDIR}/build" |
| 29 | 30 | ||
| @@ -43,6 +44,7 @@ JIT ?= "" | |||
| 43 | JIT:mipsarch = "--disable-jit" | 44 | JIT:mipsarch = "--disable-jit" |
| 44 | ICU ?= "--with-system-icu" | 45 | ICU ?= "--with-system-icu" |
| 45 | ICU:mipsarch = "" | 46 | ICU:mipsarch = "" |
| 47 | ICU:powerpc:toolchain-clang = "" | ||
| 46 | 48 | ||
| 47 | do_configure() { | 49 | do_configure() { |
| 48 | cd ${B} | 50 | cd ${B} |
