nodejs: remove extra CVE_PRODUCT

CVE_PRODUCT is specified twice - the second instance only duplicates one
value from the first instance.

Remove this extra CVE_PRODUCT.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-12-22 20:41:40 +01:00 committed by Khem Raj
parent d02f259dd4
commit 6ff9252484
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -43,8 +43,6 @@ SRC_URI[sha256sum] = "487d73fd4db00dc2420d659a8221b181a7937fbc5bc73f31c30b1680ad
S = "${UNPACKDIR}/node-v${PV}" S = "${UNPACKDIR}/node-v${PV}"
CVE_PRODUCT += "node.js"
# v8 errors out if you have set CCACHE # v8 errors out if you have set CCACHE
CCACHE = "" CCACHE = ""