diff options
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_12.14.1.bb | 3 |
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 | ||
| 54 | PACKAGECONFIG ??= "ares icu libuv zlib" | 54 | PACKAGECONFIG ??= "ares icu libuv zlib" |
| 55 | PACKAGECONFIG[ares] = "--shared-cares,,c-ares" | 55 | PACKAGECONFIG[ares] = "--shared-cares,,c-ares" |
| 56 | PACKAGECONFIG[gyp] = ",,gyp-py2-native" | ||
| 57 | PACKAGECONFIG[icu] = "--with-intl=system-icu,--without-intl,icu" | 56 | PACKAGECONFIG[icu] = "--with-intl=system-icu,--without-intl,icu" |
| 58 | PACKAGECONFIG[libuv] = "--shared-libuv,,libuv" | 57 | PACKAGECONFIG[libuv] = "--shared-libuv,,libuv" |
| 59 | PACKAGECONFIG[nghttp2] = "--shared-nghttp2,,nghttp2" | 58 | PACKAGECONFIG[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'): |
