diff options
-rwxr-xr-x | meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-20.11/oe-npm-cache (renamed from meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-20.5/oe-npm-cache) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_20.11.bb (renamed from meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_20.5.bb) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_20.11.0.bb (renamed from meta-oe/recipes-devtools/nodejs/nodejs_20.8.1.bb) | 6 |
3 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-20.5/oe-npm-cache b/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-20.11/oe-npm-cache index f596207648..f596207648 100755 --- a/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-20.5/oe-npm-cache +++ b/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-20.11/oe-npm-cache | |||
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_20.5.bb b/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_20.11.bb index a61dd5018f..a61dd5018f 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_20.5.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_20.11.bb | |||
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_20.8.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_20.11.0.bb index 5cdcd27670..cc51354786 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_20.8.1.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_20.11.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=162595a4a2f3453a0534e60b0afe4e7b" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=78ad16dab3c1d15d4878c81770be0be7" |
5 | 5 | ||
6 | CVE_PRODUCT = "nodejs node.js" | 6 | CVE_PRODUCT = "nodejs node.js" |
7 | 7 | ||
@@ -27,8 +27,6 @@ SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \ | |||
27 | file://0001-Revert-io_uring-changes-from-libuv-1.46.0.patch \ | 27 | file://0001-Revert-io_uring-changes-from-libuv-1.46.0.patch \ |
28 | file://0002-Revert-io_uring-changes-from-libuv-1.45.0.patch \ | 28 | file://0002-Revert-io_uring-changes-from-libuv-1.45.0.patch \ |
29 | file://run-ptest \ | 29 | file://run-ptest \ |
30 | file://0001-build-fix-build-with-Python-3.12.patch \ | ||
31 | file://0001-gyp-resolve-python-3.12-issues.patch \ | ||
32 | " | 30 | " |
33 | 31 | ||
34 | SRC_URI:append:class-target = " \ | 32 | SRC_URI:append:class-target = " \ |
@@ -40,7 +38,7 @@ SRC_URI:append:toolchain-clang:x86 = " \ | |||
40 | SRC_URI:append:toolchain-clang:powerpc64le = " \ | 38 | SRC_URI:append:toolchain-clang:powerpc64le = " \ |
41 | file://0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch \ | 39 | file://0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch \ |
42 | " | 40 | " |
43 | SRC_URI[sha256sum] = "f799c66f6a6386bb8ac2c75a378f740c455e97f1fe964393dd39c9f9f6efbc70" | 41 | SRC_URI[sha256sum] = "31807ebeeeb049c53f1765e4a95aed69476a4b696dd100cb539ab668d7950b40" |
44 | 42 | ||
45 | S = "${WORKDIR}/node-v${PV}" | 43 | S = "${WORKDIR}/node-v${PV}" |
46 | 44 | ||