diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-04-14 09:40:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-18 11:37:24 +0100 |
commit | 8c88d149c896f51c4f222faad9fde10810cdf815 (patch) | |
tree | 5afef305afc536ea83d665af553c4c362ac18799 /meta/recipes-devtools/valgrind | |
parent | 5015e6711ddef11cca350a20e0b8871f469d2788 (diff) | |
download | poky-8c88d149c896f51c4f222faad9fde10810cdf815.tar.gz |
valgrind: Add libstdc++ debug symbols for ptest
new/delete symbols are needed by overloaded-new.post test
(From OE-Core rev: 11bb1fe42590fd35ae5f24196d263f93dd063d35)
Signed-off-by: Khem Raj <raj.khem@gmail.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.17.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb index d8324f1dc6..4eb948f2db 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb | |||
@@ -136,7 +136,7 @@ RDEPENDS_${PN}-ptest += " bash coreutils file \ | |||
136 | perl-module-file-basename perl-module-file-glob perl-module-getopt-long \ | 136 | perl-module-file-basename perl-module-file-glob perl-module-getopt-long \ |
137 | perl-module-overloading perl-module-cwd perl-module-ipc-open3 \ | 137 | perl-module-overloading perl-module-cwd perl-module-ipc-open3 \ |
138 | perl-module-carp perl-module-symbol \ | 138 | perl-module-carp perl-module-symbol \ |
139 | procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src" | 139 | procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src gcc-runtime-dbg" |
140 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" | 140 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" |
141 | 141 | ||
142 | # One of the tests contains a bogus interpreter path on purpose. | 142 | # One of the tests contains a bogus interpreter path on purpose. |