Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] openssh: Add missing ptest dependency on coreutils
@ 2019-06-06 22:17 Richard Purdie
  2019-06-06 22:17 ` [PATCH 2/2] gpg_sign/selftest: Fix secmem parameter handling Richard Purdie
  2019-06-08  4:10 ` ✗ patchtest: failure for "openssh: Add missing ptest dep..." and 1 more Patchwork
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Purdie @ 2019-06-06 22:17 UTC (permalink / raw)
  To: openembedded-core

This fixes the openssh tests in minimal images since they use options
not present in the busybox versions of the commands.

[YOCTO #13295]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-connectivity/openssh/openssh_8.0p1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssh/openssh_8.0p1.bb b/meta/recipes-connectivity/openssh/openssh_8.0p1.bb
index 39848ea98b7..3e99dfa5754 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"
 RDEPENDS_${PN} += "${PN}-scp ${PN}-ssh ${PN}-sshd ${PN}-keygen"
 RDEPENDS_${PN}-sshd += "${PN}-keygen ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-keyinit pam-plugin-loginuid', '', d)}"
 RRECOMMENDS_${PN}-sshd_append_class-target = " rng-tools"
-RDEPENDS_${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make sed sudo"
+RDEPENDS_${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make sed sudo coreutils"
 
 RPROVIDES_${PN}-ssh = "ssh"
 RPROVIDES_${PN}-sshd = "sshd"
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-08  4:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-06 22:17 [PATCH 1/2] openssh: Add missing ptest dependency on coreutils Richard Purdie
2019-06-06 22:17 ` [PATCH 2/2] gpg_sign/selftest: Fix secmem parameter handling Richard Purdie
2019-06-07  0:13   ` akuster808
2019-06-08  4:10 ` ✗ patchtest: failure for "openssh: Add missing ptest dep..." and 1 more Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox