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]> --- 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 (#122800): https://lists.openembedded.org/g/openembedded-devel/message/122800 Mute This Topic: https://lists.openembedded.org/mt/116906494/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
