Hello, On Wed Feb 25, 2026 at 12:40 PM CET, Nikhil R via lists.openembedded.org wrote: > From: Nikhil R <[email protected]> > > libseccomp ptest needs diff during test execution, > add diffutils to the runtime ptest deps.
Are you sure that diff is needed? libseccomp ptests passes fine without this patch: https://valkyrie.yocto.io/pub/non-release/20260224-65/testresults/qemux86-64-ptest/libseccomp.log Is there a difference in configuration? Also, on master, libseccomp ptest does not depend on diffutils[0]. If there is indeed a problem, it would have to be fixed on master first and, then, whinlatter and scarthgap. Regards, [0]: https://git.openembedded.org/openembedded-core/tree/meta/recipes-support/libseccomp/libseccomp_2.6.0.bb?h=master#n64 > Signed-off-by: Nikhil R <[email protected]> > --- > meta/recipes-support/libseccomp/libseccomp_2.5.5.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb > b/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb > index 478e5f4289..dd253a7826 100644 > --- a/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb > +++ b/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb > @@ -59,4 +59,4 @@ FILES:${PN} = "${bindir} ${libdir}/${BPN}.so* > ${PYTHON_SITEPACKAGES_DIR}/" > FILES:${PN}-dbg += "${libdir}/${PN}/tests/.debug/* > ${libdir}/${PN}/tools/.debug" > > RDEPENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'python', > 'python3', '', d)}" > -RDEPENDS:${PN}-ptest = "coreutils bash" > +RDEPENDS:${PN}-ptest = "coreutils bash diffutils" -- Yoann Congal Smile ECS
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#232069): https://lists.openembedded.org/g/openembedded-core/message/232069 Mute This Topic: https://lists.openembedded.org/mt/117992820/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
