From: Gyorgy Sarvari <[email protected]> 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 <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 6ff92524842233efb68eb92d4bf7637ef378900d) Signed-off-by: Ankur Tyagi <[email protected]> --- meta-oe/recipes-devtools/nodejs/nodejs_22.21.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_22.21.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_22.21.1.bb index ca4001a04c..ccaf9f7bb2 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_22.21.1.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_22.21.1.bb @@ -43,8 +43,6 @@ SRC_URI[sha256sum] = "487d73fd4db00dc2420d659a8221b181a7937fbc5bc73f31c30b1680ad S = "${UNPACKDIR}/node-v${PV}" -CVE_PRODUCT += "node.js" - # v8 errors out if you have set CCACHE CCACHE = ""
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#123605): https://lists.openembedded.org/g/openembedded-devel/message/123605 Mute This Topic: https://lists.openembedded.org/mt/117341823/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
