diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-21 18:10:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-22 07:24:52 +0100 |
commit | 547fdb1aaa13cc1adefb623c5dc60ffe31b8f1a8 (patch) | |
tree | 6fd547467debb9b99fcf0dc34c72fed04229f9c4 /meta/recipes-connectivity | |
parent | b91b4f43c9ab77bb874ba3ab34813cc72ba5fa73 (diff) | |
download | poky-547fdb1aaa13cc1adefb623c5dc60ffe31b8f1a8.tar.gz |
openssh: Add sudo dependency for ptest
Without this we see test failures due to the sudo binary being missing.
(From OE-Core rev: b9e4db06dd95ce709a4a895014cc98fdd7df4624)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_7.9p1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_7.9p1.bb b/meta/recipes-connectivity/openssh/openssh_7.9p1.bb index 3b4ed7223b..6c8f7327a9 100644 --- a/meta/recipes-connectivity/openssh/openssh_7.9p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_7.9p1.bb | |||
@@ -149,7 +149,7 @@ FILES_${PN}-keygen = "${bindir}/ssh-keygen" | |||
149 | RDEPENDS_${PN} += "${PN}-scp ${PN}-ssh ${PN}-sshd ${PN}-keygen" | 149 | RDEPENDS_${PN} += "${PN}-scp ${PN}-ssh ${PN}-sshd ${PN}-keygen" |
150 | RDEPENDS_${PN}-sshd += "${PN}-keygen ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-keyinit pam-plugin-loginuid', '', d)}" | 150 | RDEPENDS_${PN}-sshd += "${PN}-keygen ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-keyinit pam-plugin-loginuid', '', d)}" |
151 | RRECOMMENDS_${PN}-sshd_append_class-target = " rng-tools" | 151 | RRECOMMENDS_${PN}-sshd_append_class-target = " rng-tools" |
152 | RDEPENDS_${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make sed" | 152 | RDEPENDS_${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make sed sudo" |
153 | 153 | ||
154 | RPROVIDES_${PN}-ssh = "ssh" | 154 | RPROVIDES_${PN}-ssh = "ssh" |
155 | RPROVIDES_${PN}-sshd = "sshd" | 155 | RPROVIDES_${PN}-sshd = "sshd" |