public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core][master][PATCH] libseccomp: add diffutils to ptest RDEPENDS
@ 2026-02-25  9:16 Nikhil R
  0 siblings, 0 replies; 3+ messages in thread
From: Nikhil R @ 2026-02-25  9:16 UTC (permalink / raw)
  To: openembedded-core, nikhil.r

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [OE-core][master][PATCH] libseccomp: add diffutils to ptest RDEPENDS
@ 2026-02-25  9:41 Nikhil R
  2026-02-26 23:04 ` Yoann Congal
  0 siblings, 1 reply; 3+ messages in thread
From: Nikhil R @ 2026-02-25  9:41 UTC (permalink / raw)
  To: openembedded-core, nikhil.r

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

libseccomp ptest needs diff during test execution,
add diffutils to the runtime ptest deps.

Signed-off-by: Nikhil R <nikhil.r@bmwtechworks.in>
---
 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"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [OE-core][master][PATCH] libseccomp: add diffutils to ptest RDEPENDS
  2026-02-25  9:41 [OE-core][master][PATCH] libseccomp: add diffutils to ptest RDEPENDS Nikhil R
@ 2026-02-26 23:04 ` Yoann Congal
  0 siblings, 0 replies; 3+ messages in thread
From: Yoann Congal @ 2026-02-26 23:04 UTC (permalink / raw)
  To: openembedded-core, nikhil.r

On Wed Feb 25, 2026 at 10:41 AM CET, Nikhil R via lists.openembedded.org wrote:
> From: Nikhil R <nikhil.r@bmwtechworks.in>
>
> libseccomp ptest needs diff during test execution,
> add diffutils to the runtime ptest deps.
>
> Signed-off-by: Nikhil R <nikhil.r@bmwtechworks.in>
> ---
>  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

Given the recipe version, this patch is targeted at scarthgap and does
not apply on master.

> @@ -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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-02-26 23:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-25  9:41 [OE-core][master][PATCH] libseccomp: add diffutils to ptest RDEPENDS Nikhil R
2026-02-26 23:04 ` Yoann Congal
  -- strict thread matches above, loose matches on Subject: below --
2026-02-25  9:16 Nikhil R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox