mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
nodejs: upgrade 24.17.0 -> 24.18.0
License-Update: whitespace changes - https://github.com/nodejs/node/commit/4627bcfd82bdaa2a56bfa4d8874b53d15a9f3037 Changelog: https://github.com/nodejs/node/releases/tag/v24.18.0 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
committed by
Khem Raj
parent
924be4d82b
commit
4bbb48cb05
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript"
|
DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript"
|
||||||
HOMEPAGE = "http://nodejs.org"
|
HOMEPAGE = "http://nodejs.org"
|
||||||
LICENSE = "MIT & ISC & BSD-2-Clause & BSD-3-Clause & Artistic-2.0 & Apache-2.0 & BlueOak-1.0.0"
|
LICENSE = "MIT & ISC & BSD-2-Clause & BSD-3-Clause & Artistic-2.0 & Apache-2.0 & BlueOak-1.0.0"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=9f816753e8bdfe4576cb87159a0cd60c"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=76c62fa4c329393e905512b36f8378b7"
|
||||||
FILESEXTRAPATHS:prepend := "${THISDIR}/nodejs-24:"
|
FILESEXTRAPATHS:prepend := "${THISDIR}/nodejs-24:"
|
||||||
|
|
||||||
CVE_PRODUCT = "nodejs node.js"
|
CVE_PRODUCT = "nodejs node.js"
|
||||||
@@ -35,7 +35,7 @@ SRC_URI = "https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
|
|||||||
SRC_URI:append:class-target = " \
|
SRC_URI:append:class-target = " \
|
||||||
file://0009-Using-native-binaries.patch \
|
file://0009-Using-native-binaries.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "a7ab562ed2369a29c68b72fa00e3103bcdfe37063dff799c6acc8e404e275fcd"
|
SRC_URI[sha256sum] = "e94afde24db08e0c564ee7110a2d5aab51ee0059382c9fd8233c54eec47b28f9"
|
||||||
|
|
||||||
S = "${UNPACKDIR}/node-v${PV}"
|
S = "${UNPACKDIR}/node-v${PV}"
|
||||||
|
|
||||||
Reference in New Issue
Block a user