public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Nikhil R <git-patches@bmwtechworks.in>
To: openembedded-core@lists.openembedded.org, nikhil.r@bmwtechworks.in
Subject: [OE-core][master][PATCH] libseccomp: add diffutils to ptest RDEPENDS
Date: Wed, 25 Feb 2026 14:46:11 +0530	[thread overview]
Message-ID: <20260225091611.3758945-1-git-patches@bmwtechworks.in> (raw)

From: Nikhil R <nikhil.r@bmwtechworks.in>

libseccomp ptest needs diff during test execution,
Add diffutils to the runtime ptest dependency.

Signed-off-by: Nikhil R <nikhil.r@bmwtechworks.in>
---
 meta/recipes-support/libseccomp/libseccomp_2.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
2.34.1



             reply	other threads:[~2026-02-25 11:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-25  9:16 Nikhil R [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-02-25  9:41 [OE-core][master][PATCH] libseccomp: add diffutils to ptest RDEPENDS Nikhil R
2026-02-26 23:04 ` Yoann Congal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260225091611.3758945-1-git-patches@bmwtechworks.in \
    --to=git-patches@bmwtechworks.in \
    --cc=nikhil.r@bmwtechworks.in \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox