diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-06 23:10:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-07 09:11:49 +0100 |
commit | 0a72ec2ed1fd0d1bd7951c1d21be731c873e0964 (patch) | |
tree | e60e1ca34a35449aa69f6a2b16eb60b4a658fd22 /meta/recipes-connectivity | |
parent | cc083399ce3378148d7e1d08a4df52b14e79903e (diff) | |
download | poky-0a72ec2ed1fd0d1bd7951c1d21be731c873e0964.tar.gz |
openssh: Add missing ptest dependency on coreutils
This fixes the openssh tests in minimal images since they use options
not present in the busybox versions of the commands.
[YOCTO #13295]
(From OE-Core rev: 4059d8eedc5cf6f46a834997b7120150fcec4c0e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_8.0p1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_8.0p1.bb b/meta/recipes-connectivity/openssh/openssh_8.0p1.bb index 39848ea98b..3e99dfa575 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.0p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.0p1.bb | |||
@@ -145,7 +145,7 @@ FILES_${PN}-keygen = "${bindir}/ssh-keygen" | |||
145 | RDEPENDS_${PN} += "${PN}-scp ${PN}-ssh ${PN}-sshd ${PN}-keygen" | 145 | RDEPENDS_${PN} += "${PN}-scp ${PN}-ssh ${PN}-sshd ${PN}-keygen" |
146 | RDEPENDS_${PN}-sshd += "${PN}-keygen ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-keyinit pam-plugin-loginuid', '', d)}" | 146 | RDEPENDS_${PN}-sshd += "${PN}-keygen ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-keyinit pam-plugin-loginuid', '', d)}" |
147 | RRECOMMENDS_${PN}-sshd_append_class-target = " rng-tools" | 147 | RRECOMMENDS_${PN}-sshd_append_class-target = " rng-tools" |
148 | RDEPENDS_${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make sed sudo" | 148 | RDEPENDS_${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make sed sudo coreutils" |
149 | 149 | ||
150 | RPROVIDES_${PN}-ssh = "ssh" | 150 | RPROVIDES_${PN}-ssh = "ssh" |
151 | RPROVIDES_${PN}-sshd = "sshd" | 151 | RPROVIDES_${PN}-sshd = "sshd" |