diff options
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb index a482c6b4ca..28b4136a5a 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb | |||
@@ -99,7 +99,9 @@ do_configure () { | |||
99 | export LD="${CXX}" | 99 | export LD="${CXX}" |
100 | GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES | 100 | GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES |
101 | # $TARGET_ARCH settings don't match --dest-cpu settings | 101 | # $TARGET_ARCH settings don't match --dest-cpu settings |
102 | python3 configure.py --prefix=${prefix} --without-snapshot --shared-openssl \ | 102 | python3 configure.py --prefix=${prefix} --cross-compiling --without-snapshot --shared-openssl \ |
103 | --without-dtrace \ | ||
104 | --without-etw \ | ||
103 | --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \ | 105 | --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \ |
104 | --dest-os=linux \ | 106 | --dest-os=linux \ |
105 | --libdir=${D}${libdir} \ | 107 | --libdir=${D}${libdir} \ |