diff options
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_14.16.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_14.16.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_14.16.1.bb index 2953e9740b..48bf2f4a8a 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_14.16.1.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_14.16.1.bb | |||
@@ -133,7 +133,7 @@ do_configure () { | |||
133 | export LD="${CXX}" | 133 | export LD="${CXX}" |
134 | GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES | 134 | GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES |
135 | # $TARGET_ARCH settings don't match --dest-cpu settings | 135 | # $TARGET_ARCH settings don't match --dest-cpu settings |
136 | python3 configure.py --prefix=${prefix} --cross-compiling --without-snapshot --shared-openssl \ | 136 | python3 configure.py --prefix=${prefix} --cross-compiling --shared-openssl \ |
137 | --without-dtrace \ | 137 | --without-dtrace \ |
138 | --without-etw \ | 138 | --without-etw \ |
139 | --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \ | 139 | --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \ |