From: Deepak Rathore <[email protected]> Some SDK dependency chains require audit to be available as host 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 native variant for build and SDK integration paths. Signed-off-by: Deepak Rathore <[email protected]> --- meta-oe/recipes-security/audit/audit_4.1.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-security/audit/audit_4.1.3.bb b/meta-oe/recipes-security/audit/audit_4.1.3.bb index 12636045d4..c91572d48a 100644 --- a/meta-oe/recipes-security/audit/audit_4.1.3.bb +++ b/meta-oe/recipes-security/audit/audit_4.1.3.bb @@ -104,3 +104,5 @@ do_install:append() { } CVE_PRODUCT = "linux:audit" + +BBCLASSEXTEND += "native" -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125227): https://lists.openembedded.org/g/openembedded-devel/message/125227 Mute This Topic: https://lists.openembedded.org/mt/118327828/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
