Freescale / meta-freescale-distro

OpenEmbedded/Yocto BSP layer for Freescale's ARM based platforms
http://freescale.github.io
61 stars 80 forks source link

openssh: Remove the bbappend #115

Closed Mingli-Yu closed 8 months ago

Mingli-Yu commented 8 months ago

The bbappend is added to disable rng-tools originally as [1], but the rng-tools has been already removed in oe-core as [2]. So no need to keep this bbappend which used to disable rng-tools. And the means used to disable rng-tools [1] also make the sshd service not work after the logic [3] introduced.

So remove the useless bbappend.

[1] https://github.com/Freescale/meta-freescale-distro/commit/131b33554d8617b8c02fe932eb4624a1d7b701a7 [2] https://git.openembedded.org/openembedded-core/commit/?id=868dfb46d96a27ec9041cb902fb769330277257d [3] https://git.openembedded.org/openembedded-core/commit/?id=bc830ad3c6a11af1a350dca7f33f0682aeee0d21