From 9254a77848ec36a86e01b5a6d499c44a7be067d9 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Sun, 7 Oct 2018 19:12:56 -0700 Subject: umip: fix recipe location typo Since `36983fe umip: move to meta-networking' applied, it was moved to invalid location. Fix prior partial move to meta-networking Signed-off-by: Hongxu Jia Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/nodejs') 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 e3b46bc2c8..d0645007c5 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} --without-intl --without-snapshot --shared-openssl --shared-zlib \ + ./configure --prefix=${prefix} --with-intl=small-icu --without-snapshot --shared-openssl --shared-zlib \ --dest-cpu="${@map_nodejs_arch(d.getVar('TARGET_ARCH'), d)}" \ --dest-os=linux \ ${ARCHFLAGS} -- cgit v1.2.3-54-g00ecf