Skip to content

Commit 09ac267

Browse files
authoredFeb 1, 2024
layers/meta-opentrons: nodejs -> 18.19.0 (#130)
This is required by a later update on the monorepo side.
1 parent c3e3210 commit 09ac267

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

‎layers/meta-opentrons/recipes-devtools/nodejs/nodejs_18.18.2.bb ‎layers/meta-opentrons/recipes-devtools/nodejs/nodejs_18.19.0.bb

+2-2
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"
33
LICENSE = "MIT & ISC & BSD-2-Clause & BSD-3-Clause & Artistic-2.0 & Apache-2.0"
4-
LIC_FILES_CHKSUM = "file://LICENSE;md5=059ecf3a6f87111685e51b611b9563e5"
4+
LIC_FILES_CHKSUM = "file://LICENSE;md5=ce095b5cae771b11878190eaea818d59"
55

66
CVE_PRODUCT = "nodejs node.js"
77

@@ -39,7 +39,7 @@ SRC_URI:append:toolchain-clang:x86 = " \
3939
SRC_URI:append:toolchain-clang:powerpc64le = " \
4040
file://0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch \
4141
"
42-
SRC_URI[sha256sum] = "7249e2f0af943ec38599504f4b2a2bd31fb938787291b6ccca6c8badf01e3b56"
42+
SRC_URI[sha256sum] = "f52b41af20596a9abd8ed75241837ec43945468221448bbf841361e2091819b6"
4343

4444
S = "${WORKDIR}/node-v${PV}"
4545

0 commit comments

Comments
 (0)
Please sign in to comment.