From: Deepak Rathore <[email protected]> Some SDK dependency chains require tcpdump 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]> --- meta-networking/recipes-support/tcpdump/tcpdump_4.99.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.99.6.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.99.6.bb index f1bd32485c..6432632913 100644 --- a/meta-networking/recipes-support/tcpdump/tcpdump_4.99.6.bb +++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.99.6.bb @@ -52,3 +52,4 @@ do_install:append() { do_compile_ptest() { oe_runmake buildtest-TESTS } +BBCLASSEXTEND += "native nativesdk" -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125230): https://lists.openembedded.org/g/openembedded-devel/message/125230 Mute This Topic: https://lists.openembedded.org/mt/118327831/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
