mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-15 15:21:10 +00:00
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>
This commit is contained in:
parent
952c095c25
commit
97ce920e5a
@ -3,6 +3,8 @@ HOMEPAGE = "http://nodejs.org"
|
|||||||
LICENSE = "MIT & ISC & BSD-2-Clause & BSD-3-Clause & Artistic-2.0"
|
LICENSE = "MIT & ISC & BSD-2-Clause & BSD-3-Clause & Artistic-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=dfd7ae796baf5326016a3865ee1dc632"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=dfd7ae796baf5326016a3865ee1dc632"
|
||||||
|
|
||||||
|
CVE_PRODUCT = "nodejs node.js"
|
||||||
|
|
||||||
DEPENDS = "openssl"
|
DEPENDS = "openssl"
|
||||||
DEPENDS:append:class-target = " qemu-native"
|
DEPENDS:append:class-target = " qemu-native"
|
||||||
DEPENDS:append:class-native = " c-ares-native"
|
DEPENDS:append:class-native = " c-ares-native"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user