diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-26 22:40:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-27 13:21:38 +0100 |
commit | 3cdcc442c9dfd23f0329ca22cfffa05c5d1a16cd (patch) | |
tree | 6cd5a1d82ba9a93f9062d025b3d1f81e395cd95d /meta/recipes-support | |
parent | 9f4f30ac99846de0af3850f463a468291f3072d7 (diff) | |
download | poky-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-support')
-rw-r--r-- | meta/recipes-support/libssh2/libssh2_1.9.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libssh2/libssh2_1.9.0.bb b/meta/recipes-support/libssh2/libssh2_1.9.0.bb index a5451628e7..f290bf3268 100644 --- a/meta/recipes-support/libssh2/libssh2_1.9.0.bb +++ b/meta/recipes-support/libssh2/libssh2_1.9.0.bb | |||
@@ -34,7 +34,7 @@ PACKAGECONFIG[gcrypt] = "--with-crypto=libgcrypt --with-libgcrypt-prefix=${STAGI | |||
34 | BBCLASSEXTEND = "native nativesdk" | 34 | BBCLASSEXTEND = "native nativesdk" |
35 | 35 | ||
36 | # required for ptest on documentation | 36 | # required for ptest on documentation |
37 | RDEPENDS_${PN}-ptest = "man-db openssh" | 37 | RDEPENDS_${PN}-ptest = "man-db openssh util-linux-col" |
38 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-en-us" | 38 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-en-us" |
39 | 39 | ||
40 | do_compile_ptest() { | 40 | do_compile_ptest() { |