]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libseccomp: add diffutils to ptest RDEPENDS
authorNikhil R <nikhil.r@bmwtechworks.in>
Wed, 25 Feb 2026 09:16:11 +0000 (14:46 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Mar 2026 18:02:33 +0000 (18:02 +0000)
libseccomp ptest needs diff during test execution,
Add diffutils to the runtime ptest dependency.

Signed-off-by: Nikhil R <nikhil.r@bmwtechworks.in>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libseccomp/libseccomp_2.6.0.bb

index 9bbdc6b833bbc4c77f8ec2346e263e25714e8cc4..b356862dfd7e19175e3da059af62e2ad297936fa 100644 (file)
@@ -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"