diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-12 14:17:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-12 17:55:11 +0100 |
commit | ff9d4e893c1991cf672cd2c9bb392bd55f16a22c (patch) | |
tree | 63e13631931605c7b8a3da689129468bca94444b | |
parent | 7e4ca0f7229cb25536b91c09b00b56ce2c2b0f49 (diff) | |
download | poky-ff9d4e893c1991cf672cd2c9bb392bd55f16a22c.tar.gz |
openssh: Avoid PROVIDES warning from rng-tools dependency
Avoid the warning:
WARNING: Nothing RPROVIDES 'nativesdk-rng-tools' (but virtual:nativesdk:/home/pokybuild/yocto-worker/build-appliance/build/meta/recipes-connectivity/openssh/openssh_7.9p1.bb RDEPENDS on or otherwise requires it)
(From OE-Core rev: f93f026212ebc28fce66682cdb995e061586df45)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 976bcc53a1..3b4ed7223b 100644 --- a/meta/recipes-connectivity/openssh/openssh_7.9p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_7.9p1.bb | |||
@@ -148,7 +148,7 @@ FILES_${PN}-keygen = "${bindir}/ssh-keygen" | |||
148 | 148 | ||
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 += "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" |
153 | 153 | ||
154 | RPROVIDES_${PN}-ssh = "ssh" | 154 | RPROVIDES_${PN}-ssh = "ssh" |