yasm: extend recipe for nativesdk builds

Some SDK dependency chains require yasm 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 <deeratho@cisco.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
Deepak Rathore 2026-03-09 07:58:14 -07:00 committed by Anuj Mittal
parent 29e835b9b7
commit 6dd3de0d5d
No known key found for this signature in database
GPG Key ID: 4340AEFE69F5085C

View File

@ -28,7 +28,7 @@ inherit autotools gettext python3native
CACHED_CONFIGUREVARS = "CCLD_FOR_BUILD='${CC_FOR_BUILD}'"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"
PARALLEL_MAKE = ""