summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-11 17:19:02 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-14 09:16:04 -0700
commit454017a8d4c6a2165c8a0902c8c66b61ac01dc34 (patch)
tree2ba131012c1706edd3628cfdb4665ee70001186e /meta-oe
parent3d93230c3e0fff2157fbdf63769629878cd36532 (diff)
downloadmeta-openembedded-454017a8d4c6a2165c8a0902c8c66b61ac01dc34.tar.gz
nodejs: Disable for powerpc
Fixes ../deps/v8/src/objects/code.h:564:2: error: #error Unknown architecture. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_16.14.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_16.14.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_16.14.0.bb
index 7b9644ec8d..0ab68cc608 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_16.14.0.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_16.14.0.bb
@@ -15,6 +15,7 @@ COMPATIBLE_MACHINE:mips64 = "(!.*mips64).*"
15 15
16COMPATIBLE_HOST:riscv64 = "null" 16COMPATIBLE_HOST:riscv64 = "null"
17COMPATIBLE_HOST:riscv32 = "null" 17COMPATIBLE_HOST:riscv32 = "null"
18COMPATIBLE_HOST:powerpc = "null"
18 19
19SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \ 20SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
20 file://0001-Disable-running-gyp-files-for-bundled-deps.patch \ 21 file://0001-Disable-running-gyp-files-for-bundled-deps.patch \