diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-11 17:19:02 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-14 09:16:04 -0700 |
| commit | 454017a8d4c6a2165c8a0902c8c66b61ac01dc34 (patch) | |
| tree | 2ba131012c1706edd3628cfdb4665ee70001186e /meta-oe | |
| parent | 3d93230c3e0fff2157fbdf63769629878cd36532 (diff) | |
| download | meta-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.bb | 1 |
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 | ||
| 16 | COMPATIBLE_HOST:riscv64 = "null" | 16 | COMPATIBLE_HOST:riscv64 = "null" |
| 17 | COMPATIBLE_HOST:riscv32 = "null" | 17 | COMPATIBLE_HOST:riscv32 = "null" |
| 18 | COMPATIBLE_HOST:powerpc = "null" | ||
| 18 | 19 | ||
| 19 | SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \ | 20 | SRC_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 \ |
