diff options
Diffstat (limited to 'meta-oe/recipes-devtools/nodejs/nodejs_4.6.1.bb')
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_4.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_4.6.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_4.6.1.bb index 03e981249..574d50a05 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_4.6.1.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_4.6.1.bb | |||
@@ -44,7 +44,7 @@ do_configure () { | |||
44 | GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES | 44 | GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES |
45 | # $TARGET_ARCH settings don't match --dest-cpu settings | 45 | # $TARGET_ARCH settings don't match --dest-cpu settings |
46 | ./configure --prefix=${prefix} --without-snapshot --shared-openssl --shared-zlib \ | 46 | ./configure --prefix=${prefix} --without-snapshot --shared-openssl --shared-zlib \ |
47 | --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH', True), d)}" \ | 47 | --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \ |
48 | --dest-os=linux \ | 48 | --dest-os=linux \ |
49 | ${ARCHFLAGS} | 49 | ${ARCHFLAGS} |
50 | } | 50 | } |