diff options
| -rwxr-xr-x | meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-18.16/oe-npm-cache (renamed from meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-18.14/oe-npm-cache) | 0 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_18.16.bb (renamed from meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_18.14.bb) | 0 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_18.16.0.bb (renamed from meta-oe/recipes-devtools/nodejs/nodejs_18.14.2.bb) | 4 |
4 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-18.14/oe-npm-cache b/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-18.16/oe-npm-cache index f596207648..f596207648 100755 --- a/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-18.14/oe-npm-cache +++ b/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-18.16/oe-npm-cache | |||
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_18.14.bb b/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_18.16.bb index a61dd5018f..a61dd5018f 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_18.14.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_18.16.bb | |||
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch b/meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch index 356c98d176..12f6cd8b96 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch +++ b/meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch | |||
| @@ -41,6 +41,6 @@ do_unpack[postfuncs] += "prune_sources" | |||
| 41 | out/Makefile: config.gypi common.gypi node.gyp \ | 41 | out/Makefile: config.gypi common.gypi node.gyp \ |
| 42 | - deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \ | 42 | - deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \ |
| 43 | + deps/llhttp/llhttp.gyp \ | 43 | + deps/llhttp/llhttp.gyp \ |
| 44 | deps/simdutf/simdutf.gyp \ | 44 | deps/simdutf/simdutf.gyp deps/ada/ada.gyp \ |
| 45 | tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \ | 45 | tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \ |
| 46 | tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp | 46 | tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp |
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_18.14.2.bb b/meta-oe/recipes-devtools/nodejs/nodejs_18.16.0.bb index 19df7d542a..06631f27db 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_18.14.2.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_18.16.0.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript" | 1 | DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript" |
| 2 | HOMEPAGE = "http://nodejs.org" | 2 | HOMEPAGE = "http://nodejs.org" |
| 3 | LICENSE = "MIT & ISC & BSD-2-Clause & BSD-3-Clause & Artistic-2.0 & Apache-2.0" | 3 | LICENSE = "MIT & ISC & BSD-2-Clause & BSD-3-Clause & Artistic-2.0 & Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2dff1ccca11e333f1388e34f7e2d1de3" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0be148d0e7298c5c94f7501affafbce5" |
| 5 | 5 | ||
| 6 | CVE_PRODUCT = "nodejs node.js" | 6 | CVE_PRODUCT = "nodejs node.js" |
| 7 | 7 | ||
| @@ -39,7 +39,7 @@ SRC_URI:append:toolchain-clang:x86 = " \ | |||
| 39 | SRC_URI:append:toolchain-clang:powerpc64le = " \ | 39 | SRC_URI:append:toolchain-clang:powerpc64le = " \ |
| 40 | file://0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch \ | 40 | file://0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch \ |
| 41 | " | 41 | " |
| 42 | SRC_URI[sha256sum] = "fbc364dd25fee2cacc0f2033db2d86115fc07575310ea0e64408b8170d09c685" | 42 | SRC_URI[sha256sum] = "33d81a233e235a509adda4a4f2209008d04591979de6b3f0f67c1c906093f118" |
| 43 | 43 | ||
| 44 | S = "${WORKDIR}/node-v${PV}" | 44 | S = "${WORKDIR}/node-v${PV}" |
| 45 | 45 | ||
