From e408dca4209114bc7aedc7eb11936c5c590a3bf0 Mon Sep 17 00:00:00 2001 From: Takeshi Inoue Date: Thu, 3 Aug 2017 17:02:54 +0900 Subject: [PATCH] Fix to handle v8-inspector option in PACKAGECONFIG correctly. --- recipes-devtools/nodejs/nodejs_7.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-devtools/nodejs/nodejs_7.inc b/recipes-devtools/nodejs/nodejs_7.inc index 8bfd0dbc..8ab66847 100644 --- a/recipes-devtools/nodejs/nodejs_7.inc +++ b/recipes-devtools/nodejs/nodejs_7.inc @@ -39,7 +39,7 @@ PACKAGECONFIG ??= "zlib openssl" PACKAGECONFIG[zlib] = "--shared-zlib,,zlib," PACKAGECONFIG[openssl] = "--shared-openssl,,openssl," -PACKAGECONFIG[v8-inspector] = ",--without-inspector,," +PACKAGECONFIG[v8-inspector] = "--with-intl=small-icu,--without-inspector --with-intl=none,," DISABLE_STATIC = "" @@ -53,7 +53,6 @@ do_configure () { ./configure --prefix="${prefix}" \ --dest-cpu="${@nodejs_map_dest_cpu(d.getVar('TARGET_ARCH', True), d)}" \ --dest-os=linux ${ARCHFLAGS} \ - --with-intl=none \ ${CROSSCONF} \ ${PACKAGECONFIG_CONFARGS} }