Skip to content

Commit 278ec08

Browse files
moto-timoakuster
authored andcommitted
nodejs: upgrade 16.18.1 -> 16.19.0
* 16.18.0 (npm 8.19.2) introduced a regression in git+ssh urls - nodejs/node#44992 - npm/cli#5761 https://nodejs.org/ko/blog/release/v16.19.0/ License-Update: Clarify vendored OpenSSL Toolkit is OpenSSL and SSLeay License-Update: JS Foundation -> OpenJS Foundation nodejs/node@e7ed56f Signed-off-by: Tim Orling <[email protected]> Signed-off-by: Armin Kuster <[email protected]>
1 parent 16ae3ec commit 278ec08

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

meta-oe/recipes-devtools/nodejs/nodejs_16.18.1.bb renamed to meta-oe/recipes-devtools/nodejs/nodejs_16.19.0.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript"
22
HOMEPAGE = "http://nodejs.org"
3-
LICENSE = "MIT & ISC & BSD-2-Clause & BSD-3-Clause & Artistic-2.0"
4-
LIC_FILES_CHKSUM = "file://LICENSE;md5=6e54852cd826c41e80c6d80f6db00a85"
3+
LICENSE = "MIT & ISC & BSD-2-Clause & BSD-3-Clause & Artistic-2.0 & OpenSSL"
4+
LIC_FILES_CHKSUM = "file://LICENSE;md5=ab4d0d45e717c9978737499a3489e515"
55

66
DEPENDS = "openssl"
77
DEPENDS:append:class-target = " qemu-native"
@@ -36,7 +36,7 @@ SRC_URI:append:toolchain-clang:x86 = " \
3636
SRC_URI:append:toolchain-clang:powerpc64le = " \
3737
file://0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch \
3838
"
39-
SRC_URI[sha256sum] = "1f8051a88f86f42064f4415fe7a980e59b0a502ecc8def583f6303bc4d445238"
39+
SRC_URI[sha256sum] = "4f1fec1aea2392f6eb6d1d040b01e7ee3e51e762a9791dfea590920bc1156706"
4040

4141
S = "${WORKDIR}/node-v${PV}"
4242

0 commit comments

Comments
 (0)