]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
ptest-packagelists: Include libseccomp only when seccomp distro feature is enabled
authorKhem Raj <raj.khem@gmail.com>
Sat, 13 Dec 2025 08:24:33 +0000 (00:24 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Dec 2025 13:53:50 +0000 (13:53 +0000)
This package does not get included without this distro features so there
is no need to synthesize ptest image for libseccomp without it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/ptest-packagelists.inc

index 09613294d6e61d9b44d9361db715e4ed76483f40..50f25d43d9a1dc54ddd6f4a2678d5c5b944e249f 100644 (file)
@@ -116,7 +116,7 @@ PTESTS_SLOW = "\
     libgcrypt \
     libmodule-build-perl \
     libpng \
-    libseccomp \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'seccomp', 'libseccomp', '',d)} \
     lttng-tools \
     lz4 \
     openssh \