diff options
| -rw-r--r-- | meta/recipes-support/libseccomp/libseccomp_2.5.4.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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() { | |||
| 37 | for file in $(find tests/*.tests -type f); do | 37 | for file in $(find tests/*.tests -type f); do |
| 38 | install -m 744 ${S}/${file} ${D}/${PTEST_PATH}/tests | 38 | install -m 744 ${S}/${file} ${D}/${PTEST_PATH}/tests |
| 39 | done | 39 | done |
| 40 | for file in $(find tests/*.pfc -type f); do | ||
| 41 | install -m 644 ${S}/${file} ${D}/${PTEST_PATH}/tests | ||
| 42 | done | ||
| 43 | install -m 644 ${S}/tests/valgrind_test.supp ${D}/${PTEST_PATH}/tests | ||
| 40 | for file in $(find tools/* -executable -type f); do | 44 | for file in $(find tools/* -executable -type f); do |
| 41 | install -m 744 ${S}/${file} ${D}/${PTEST_PATH}/tools | 45 | install -m 744 ${S}/${file} ${D}/${PTEST_PATH}/tools |
| 42 | done | 46 | done |
