mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 19:37:11 +00:00
mozjs: Use vendored icu on ppc/clang
This helps compile gjs, external icu is needed with gcc-12 but not with clang Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 78180b6c21638b41a5bab9ed706211304d5f2552) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
ecaa905714
commit
00b970a87a
@ -24,6 +24,7 @@ inherit pkgconfig perlnative python3native rust
|
|||||||
|
|
||||||
DEPENDS += "zlib cargo-native python3 icu"
|
DEPENDS += "zlib cargo-native python3 icu"
|
||||||
DEPENDS:remove:mipsarch = "icu"
|
DEPENDS:remove:mipsarch = "icu"
|
||||||
|
DEPENDS:remove:powerpc:toolchain-clang = "icu"
|
||||||
|
|
||||||
B = "${WORKDIR}/build"
|
B = "${WORKDIR}/build"
|
||||||
|
|
||||||
@ -43,6 +44,7 @@ JIT ?= ""
|
|||||||
JIT:mipsarch = "--disable-jit"
|
JIT:mipsarch = "--disable-jit"
|
||||||
ICU ?= "--with-system-icu"
|
ICU ?= "--with-system-icu"
|
||||||
ICU:mipsarch = ""
|
ICU:mipsarch = ""
|
||||||
|
ICU:powerpc:toolchain-clang = ""
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cd ${B}
|
cd ${B}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user