diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-10-08 08:35:34 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-10-08 08:35:34 -0700 |
commit | 463fd3dff33457ba8fc519a2716f3270e054d533 (patch) | |
tree | 3d855d1b4dc2ac6748b81e930a7310ea8b8528a6 /meta-oe/recipes-devtools/nodejs | |
parent | 9254a77848ec36a86e01b5a6d499c44a7be067d9 (diff) | |
download | meta-openembedded-463fd3dff33457ba8fc519a2716f3270e054d533.tar.gz |
nodejs: Revert unintended changes (not ready yet)
We need to enable icu with intl support but this was accidentally
committed with last umip move patch
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/nodejs')
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb index d0645007c..e3b46bc2c 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb | |||
@@ -44,7 +44,7 @@ do_configure () { | |||
44 | export LD="${CXX}" | 44 | export LD="${CXX}" |
45 | GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES | 45 | GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES |
46 | # $TARGET_ARCH settings don't match --dest-cpu settings | 46 | # $TARGET_ARCH settings don't match --dest-cpu settings |
47 | ./configure --prefix=${prefix} --with-intl=small-icu --without-snapshot --shared-openssl --shared-zlib \ | 47 | ./configure --prefix=${prefix} --without-intl --without-snapshot --shared-openssl --shared-zlib \ |
48 | --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \ | 48 | --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \ |
49 | --dest-os=linux \ | 49 | --dest-os=linux \ |
50 | ${ARCHFLAGS} | 50 | ${ARCHFLAGS} |