diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-07 18:06:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-08 16:01:41 +0100 |
commit | 3ef8d2175bf56290c8a96e1d13ef4a1952d86c42 (patch) | |
tree | 5c8f8d7297b9135b6bd4088621700d307bb70496 /meta/recipes-connectivity/openssh | |
parent | 8dc2f09ea5dd816cf0d406e346e420bbb1cffe2e (diff) | |
download | poky-3ef8d2175bf56290c8a96e1d13ef4a1952d86c42.tar.gz |
openssh: Document skipped test dependency
In minimal images the agent-ptrace test is skipped unless gdb is
installed which explains the difference in test counts. We don't
want a build dependency on gdb and the test isn't critical so just
document the dependency.
(From OE-Core rev: d3f29e6e52367e124e3f543f970038c0332ad3e1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_8.0p1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_8.0p1.bb b/meta/recipes-connectivity/openssh/openssh_8.0p1.bb index 3e99dfa575..0a5c2ffae5 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.0p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.0p1.bb | |||
@@ -145,6 +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 | # gdb would make attach-ptrace test pass rather than skip but not worth the build dependencies | ||
148 | RDEPENDS_${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make sed sudo coreutils" | 149 | RDEPENDS_${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make sed sudo coreutils" |
149 | 150 | ||
150 | RPROVIDES_${PN}-ssh = "ssh" | 151 | RPROVIDES_${PN}-ssh = "ssh" |