summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb
index 6eb52c209a..49bb71e282 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb
@@ -53,7 +53,6 @@ ARCHFLAGS ?= ""
53 53
54PACKAGECONFIG ??= "ares icu libuv zlib" 54PACKAGECONFIG ??= "ares icu libuv zlib"
55PACKAGECONFIG[ares] = "--shared-cares,,c-ares" 55PACKAGECONFIG[ares] = "--shared-cares,,c-ares"
56PACKAGECONFIG[gyp] = ",,gyp-py2-native"
57PACKAGECONFIG[icu] = "--with-intl=system-icu,--without-intl,icu" 56PACKAGECONFIG[icu] = "--with-intl=system-icu,--without-intl,icu"
58PACKAGECONFIG[libuv] = "--shared-libuv,,libuv" 57PACKAGECONFIG[libuv] = "--shared-libuv,,libuv"
59PACKAGECONFIG[nghttp2] = "--shared-nghttp2,,nghttp2" 58PACKAGECONFIG[nghttp2] = "--shared-nghttp2,,nghttp2"
@@ -82,8 +81,6 @@ python do_unpack() {
82 shutil.rmtree(d.getVar('S') + '/deps/openssl', True) 81 shutil.rmtree(d.getVar('S') + '/deps/openssl', True)
83 if 'ares' in d.getVar('PACKAGECONFIG'): 82 if 'ares' in d.getVar('PACKAGECONFIG'):
84 shutil.rmtree(d.getVar('S') + '/deps/cares', True) 83 shutil.rmtree(d.getVar('S') + '/deps/cares', True)
85 if 'gyp' in d.getVar('PACKAGECONFIG'):
86 shutil.rmtree(d.getVar('S') + '/tools/gyp', True)
87 if 'libuv' in d.getVar('PACKAGECONFIG'): 84 if 'libuv' in d.getVar('PACKAGECONFIG'):
88 shutil.rmtree(d.getVar('S') + '/deps/uv', True) 85 shutil.rmtree(d.getVar('S') + '/deps/uv', True)
89 if 'nghttp2' in d.getVar('PACKAGECONFIG'): 86 if 'nghttp2' in d.getVar('PACKAGECONFIG'):