Message ID | 20181008153740.30400-1-raj.khem@gmail.com |
---|---|
State | Accepted |
Commit | 463fd3dff33457ba8fc519a2716f3270e054d533 |
Headers | show |
Series | [oe,meta-oe] nodejs: Revert unintended changes (not ready yet) | expand |
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}
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> --- meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.19.1 -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel