From f213de05de6826569b6c9bae7f58622d15156918 Mon Sep 17 00:00:00 2001 From: Joerg Vehlow Date: Wed, 25 May 2022 11:26:59 +0200 Subject: libseccomp: Add missing files for ptests pfc files are used e.g. in 38-basic-pfc_coverage.sh valgrind_test.supp is required, when valgrind is installed, otherwise all valgrind tests fail (From OE-Core rev: 32ba67bc37b5ca73f7d29cb6c7de281ab8f824bd) Signed-off-by: Joerg Vehlow Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- meta/recipes-support/libseccomp/libseccomp_2.5.4.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb b/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb index c76f3c3573..731d9ae08d 100644 --- a/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb +++ b/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb @@ -37,6 +37,10 @@ do_install_ptest() { for file in $(find tests/*.tests -type f); do install -m 744 ${S}/${file} ${D}/${PTEST_PATH}/tests done + for file in $(find tests/*.pfc -type f); do + install -m 644 ${S}/${file} ${D}/${PTEST_PATH}/tests + done + install -m 644 ${S}/tests/valgrind_test.supp ${D}/${PTEST_PATH}/tests for file in $(find tools/* -executable -type f); do install -m 744 ${S}/${file} ${D}/${PTEST_PATH}/tools done -- cgit v1.2.3-54-g00ecf