diff options
| author | Randy MacLeod <randy.macleod@windriver.com> | 2021-12-29 17:37:26 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-04 23:14:05 +0000 |
| commit | b93a99b973f6cc07e338dc4a3e396a5c8f18c8e5 (patch) | |
| tree | 4f95d30599e6a95b9b120b8f8af4b1df85e5baf1 /meta/recipes-devtools/valgrind | |
| parent | 56e5054a60f1919688498b5ef318e5c4722a5c9f (diff) | |
| download | poky-b93a99b973f6cc07e338dc4a3e396a5c8f18c8e5.tar.gz | |
valgrind: Add util-linux-taskset ptest dependency
We are using taskset to improve the reproducability of tests listed in:
meta/recipes-devtools/valgrind/valgrind/taskset_nondeterministic_tests
so we need to have the ptests depend on util-linux-taskset.
(From OE-Core rev: aa06250cc4e258ad807eef9940939fd68c0bda8b)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/valgrind')
| -rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.18.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb index e825f83d5c..d8f82a4100 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb | |||
| @@ -133,7 +133,8 @@ RDEPENDS:${PN}-ptest += " bash coreutils curl file \ | |||
| 133 | perl-module-file-basename perl-module-file-glob perl-module-getopt-long \ | 133 | perl-module-file-basename perl-module-file-glob perl-module-getopt-long \ |
| 134 | perl-module-overloading perl-module-cwd perl-module-ipc-open3 \ | 134 | perl-module-overloading perl-module-cwd perl-module-ipc-open3 \ |
| 135 | perl-module-carp perl-module-symbol \ | 135 | perl-module-carp perl-module-symbol \ |
| 136 | procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src gcc-runtime-dbg" | 136 | procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src gcc-runtime-dbg \ |
| 137 | util-linux-taskset" | ||
| 137 | RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils" | 138 | RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils" |
| 138 | 139 | ||
| 139 | # One of the tests contains a bogus interpreter path on purpose. | 140 | # One of the tests contains a bogus interpreter path on purpose. |
