From: Nikhil R Date: Wed, 25 Feb 2026 09:16:11 +0000 (+0530) Subject: libseccomp: add diffutils to ptest RDEPENDS X-Git-Tag: uninative-5.1~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=534d6e68a2db4dee74043a672464a645d6a08892;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libseccomp: add diffutils to ptest RDEPENDS libseccomp ptest needs diff during test execution, Add diffutils to the runtime ptest dependency. Signed-off-by: Nikhil R Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libseccomp/libseccomp_2.6.0.bb b/meta/recipes-support/libseccomp/libseccomp_2.6.0.bb index 9bbdc6b833..b356862dfd 100644 --- a/meta/recipes-support/libseccomp/libseccomp_2.6.0.bb +++ b/meta/recipes-support/libseccomp/libseccomp_2.6.0.bb @@ -61,4 +61,4 @@ do_install_ptest() { FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/" RDEPENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3', '', d)}" -RDEPENDS:${PN}-ptest = "coreutils bash" +RDEPENDS:${PN}-ptest = "coreutils bash diffutils"