diff mbox series

[openembedded-core,scarthgap] tcp-wrappers: extend recipe for native/nativesdk builds

Message ID 20260309145640.3432992-1-deeratho@cisco.com
State Under Review
Delegated to: Yoann Congal
Headers show
Series [openembedded-core,scarthgap] tcp-wrappers: extend recipe for native/nativesdk builds | expand

Commit Message

From: Deepak Rathore <deeratho@cisco.com>

Some SDK dependency chains require tcp-wrappers to be available
as host/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
native/nativesdk variants for build and SDK integration paths.

Signed-off-by: Deepak Rathore <deeratho@cisco.com>
diff mbox series

Patch

diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
index bcd1d6f792..26eaeab1ac 100644
--- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
+++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
@@ -132,3 +132,4 @@  do_install () {
 }
 
 FILES:${PN} += "${sysconfdir}/hosts.allow ${sysconfdir}/hosts.deny"
+BBCLASSEXTEND = "native nativesdk"