mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9f4f30ac99
commit
3cdcc442c9
@@ -130,7 +130,7 @@ RDEPENDS_${PN} += "perl"
|
||||
# redirect functions like strlen.
|
||||
RRECOMMENDS_${PN} += "${TCLIBC}-dbg"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " bash coreutils file \
|
||||
RDEPENDS_${PN}-ptest += " bash coreutils curl file \
|
||||
gdb libgomp \
|
||||
perl \
|
||||
perl-module-file-basename perl-module-file-glob perl-module-getopt-long \
|
||||
|
||||
Reference in New Issue
Block a user