summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2023-02-07 21:05:36 -0800
committerKhem Raj <raj.khem@gmail.com>2023-02-07 21:26:16 -0800
commit97ce920e5ab2976184c3850eddf3741fbb8a1574 (patch)
tree56484e89f1d00487236e7cc719b18de87052da0a
parent952c095c253ee547b4c9ef59e8b1c5d6d0a34c95 (diff)
downloadmeta-openembedded-97ce920e5ab2976184c3850eddf3741fbb8a1574.tar.gz
nodejs: add CVE_PRODUCT
Some old nodejs CVEs use 'nodejs', and recent nodejs CVEs use 'node.js'. Add CVE_PRODUCT to include both. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb
index 8b917815d9..d934acf3da 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb
@@ -3,6 +3,8 @@ HOMEPAGE = "http://nodejs.org"
3LICENSE = "MIT & ISC & BSD-2-Clause & BSD-3-Clause & Artistic-2.0" 3LICENSE = "MIT & ISC & BSD-2-Clause & BSD-3-Clause & Artistic-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=dfd7ae796baf5326016a3865ee1dc632" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=dfd7ae796baf5326016a3865ee1dc632"
5 5
6CVE_PRODUCT = "nodejs node.js"
7
6DEPENDS = "openssl" 8DEPENDS = "openssl"
7DEPENDS:append:class-target = " qemu-native" 9DEPENDS:append:class-target = " qemu-native"
8DEPENDS:append:class-native = " c-ares-native" 10DEPENDS:append:class-native = " c-ares-native"