From 463fd3dff33457ba8fc519a2716f3270e054d533 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 8 Oct 2018 08:35:34 -0700 Subject: 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 --- meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d0645007c5..e3b46bc2c8 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 () { export LD="${CXX}" GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES # $TARGET_ARCH settings don't match --dest-cpu settings - ./configure --prefix=${prefix} --with-intl=small-icu --without-snapshot --shared-openssl --shared-zlib \ + ./configure --prefix=${prefix} --without-intl --without-snapshot --shared-openssl --shared-zlib \ --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \ --dest-os=linux \ ${ARCHFLAGS} -- cgit 1.2.3-korg