mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +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
@@ -34,7 +34,7 @@ PACKAGECONFIG[gcrypt] = "--with-crypto=libgcrypt --with-libgcrypt-prefix=${STAGI
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# required for ptest on documentation
|
||||
RDEPENDS_${PN}-ptest = "man-db openssh"
|
||||
RDEPENDS_${PN}-ptest = "man-db openssh util-linux-col"
|
||||
RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-en-us"
|
||||
|
||||
do_compile_ptest() {
|
||||
|
||||
Reference in New Issue
Block a user