summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/valgrind
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-05-26 22:40:16 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-27 13:21:38 +0100
commit3cdcc442c9dfd23f0329ca22cfffa05c5d1a16cd (patch)
tree6cd5a1d82ba9a93f9062d025b3d1f81e395cd95d /meta/recipes-devtools/valgrind
parent9f4f30ac99846de0af3850f463a468291f3072d7 (diff)
downloadpoky-3cdcc442c9dfd23f0329ca22cfffa05c5d1a16cd.tar.gz
ptest: add newly discovered missing runtime dependencies across recipes
Making ptest images based on core-image-minimal uncovered quite a few missing depenendcies from various recipes, here they are. (From OE-Core rev: 2cda6242f2f0f6f9c6bdef72bbb271eab7e5e1f5) Signed-off-by: Alexander Kanavin <alex.kanavin@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.bb2
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 ebbd83dd3f..d0c60d0a3d 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb
@@ -130,7 +130,7 @@ RDEPENDS_${PN} += "perl"
130# redirect functions like strlen. 130# redirect functions like strlen.
131RRECOMMENDS_${PN} += "${TCLIBC}-dbg" 131RRECOMMENDS_${PN} += "${TCLIBC}-dbg"
132 132
133RDEPENDS_${PN}-ptest += " bash coreutils file \ 133RDEPENDS_${PN}-ptest += " bash coreutils curl file \
134 gdb libgomp \ 134 gdb libgomp \
135 perl \ 135 perl \
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 \