Is there any plan to add a revision of this patch (From OE-Core rev: f93f026212ebc28fce66682cdb995e061586df45) and a revision of the patch that fix the "sshd startup is delayed" issue (From OE-Core rev: 9b01375236e19e3366c58877c4154d7c71632984) into thud?
p.s. I already added the change into a bbappend and tested it. Regards, Sylvain Lemieux On Mon, Jun 3, 2019 at 11:08 AM Armin Kuster <[email protected]> wrote: > > From: Richard Purdie <[email protected]> > > 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) > > Signed-off-by: Richard Purdie <[email protected]> > Signed-off-by: Armin Kuster <[email protected]> > --- > meta/recipes-connectivity/openssh/openssh_7.9p1.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-connectivity/openssh/openssh_7.9p1.bb > b/meta/recipes-connectivity/openssh/openssh_7.9p1.bb > index 976bcc5..3b4ed72 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" > > 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 += "rng-tools" > +RRECOMMENDS_${PN}-sshd_append_class-target = " rng-tools" > RDEPENDS_${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make sed" > > RPROVIDES_${PN}-ssh = "ssh" > -- > 2.7.4 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
