diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-09 23:57:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-12 23:39:13 +0000 |
commit | 8723cf6a0726a95f54eb81fbc511cb4e9aef3bbc (patch) | |
tree | b56417c879e781077cfa182f56bbf71324fc0290 /meta | |
parent | f1709ba573455d627bac66db6c16c2262fa056ff (diff) | |
download | poky-8723cf6a0726a95f54eb81fbc511cb4e9aef3bbc.tar.gz |
openssl: Add missing ptest dependency on openssl-bin
One of the openssl ptests needs the openssl binary so fails
on a minimal image without this. Add the missing dependency.
(From OE-Core rev: c29276b467ae10027f38cb403a2089b3558fc639)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_9.2p1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_9.2p1.bb b/meta/recipes-connectivity/openssh/openssh_9.2p1.bb index e6cf2ff2d6..4666237d68 100644 --- a/meta/recipes-connectivity/openssh/openssh_9.2p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_9.2p1.bb | |||
@@ -158,7 +158,7 @@ FILES:${PN}-keygen = "${bindir}/ssh-keygen" | |||
158 | RDEPENDS:${PN} += "${PN}-scp ${PN}-ssh ${PN}-sshd ${PN}-keygen ${PN}-sftp-server" | 158 | RDEPENDS:${PN} += "${PN}-scp ${PN}-ssh ${PN}-sshd ${PN}-keygen ${PN}-sftp-server" |
159 | RDEPENDS:${PN}-sshd += "${PN}-keygen ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-keyinit pam-plugin-loginuid', '', d)}" | 159 | RDEPENDS:${PN}-sshd += "${PN}-keygen ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-keyinit pam-plugin-loginuid', '', d)}" |
160 | # gdb would make attach-ptrace test pass rather than skip but not worth the build dependencies | 160 | # gdb would make attach-ptrace test pass rather than skip but not worth the build dependencies |
161 | RDEPENDS:${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make sed sudo coreutils" | 161 | RDEPENDS:${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make sed sudo coreutils openssl-bin" |
162 | 162 | ||
163 | RPROVIDES:${PN}-ssh = "ssh" | 163 | RPROVIDES:${PN}-ssh = "ssh" |
164 | RPROVIDES:${PN}-sshd = "sshd" | 164 | RPROVIDES:${PN}-sshd = "sshd" |