From: Deepak Rathore <[email protected]> Some SDK dependency chains require nodejs to be available as SDK artifacts. The current metadata only partially provides this, which can lead to dependency resolution failures when this recipe is pulled into SDK-oriented builds.
This change does not alter target package behavior; it only enables required nativesdk variant for build and SDK integration paths. Signed-off-by: Deepak Rathore <[email protected]> --- meta-oe/recipes-devtools/nodejs/nodejs_22.22.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_22.22.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_22.22.0.bb index d08c5d8318..3163ad04fc 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_22.22.0.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_22.22.0.bb @@ -213,4 +213,4 @@ python __anonymous () { d.setVar("HOST_AND_TARGET_SAME_WIDTH", "1") } -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125225): https://lists.openembedded.org/g/openembedded-devel/message/125225 Mute This Topic: https://lists.openembedded.org/mt/118327826/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
