On Tue, May 24, 2022 at 11:27 PM J?rg Vehlow <[email protected]> wrote:
>
> From: Joerg Vehlow <[email protected]>
>
> 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

Is this issue specific to 2.5.4 or does it also apply to the 2.5.3
version in kirkstone?

Thanks!

Steve

> Signed-off-by: Joerg Vehlow <[email protected]>
> ---
>  meta/recipes-support/libseccomp/libseccomp_2.5.4.bb | 4 ++++
>  1 file changed, 4 insertions(+)
>
> 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
> --
> 2.25.1
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#166286): 
https://lists.openembedded.org/g/openembedded-core/message/166286
Mute This Topic: https://lists.openembedded.org/mt/91329522/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to