On Mon Mar 9, 2026 at 3:56 PM CET, Deepak Rathore via lists.openembedded.org wrote: > From: Deepak Rathore <[email protected]> > > 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 <[email protected]> > > 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"
That effectively create 2 new recipes tcp-wrappers-native and nativesdk-tcp-wrappers. That is not a trivial change that I can take without a clear and strong justification. What "dependency resolution failures" did you see? Also, can you check that tcp-wrapper-native builds on Fedora 41? This is the scarthgap supported distro with the most recent GCC : gcc-14 (and it usually trigger build failures on old/unmaintained packages) Finally, OE-Core master did remove the recipe for it being really unmaintained[0]. This is not a good sign :/ [0]: https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=e556df28f47e754b53e1f46c97dde2b19fd8fad1 Regards, -- Yoann Congal Smile ECS
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233415): https://lists.openembedded.org/g/openembedded-core/message/233415 Mute This Topic: https://lists.openembedded.org/mt/118222863/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
