]> code.ossystems Code Review - openembedded-core.git/commit
inetutils: Handle rsh, etc more consistently
authorTom Rini <trini@konsulko.com>
Tue, 12 Mar 2019 20:07:21 +0000 (16:07 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Mar 2019 11:09:55 +0000 (11:09 +0000)
commit4bd1a09c47de49d78cc85d849e53d4661831870b
treea6e1d5dbb0a78afeab254466710489fdbb616345
parent314a1b64a629cf072ceb12925518ceac8beea126
inetutils: Handle rsh, etc more consistently

- We cannot build rsh, rshd, rlogind and rcp on musl.  This is handled
  gracefully in the configure scripts and spelled out with EXTRA_OECONF.
  Expand this to include rexec to cover all of the related functionality.
- Rework adding in the xinetd.d files for these services to only do so
  when we even have the services being built.  This leads to no rsh/rshd
  sub-packages on musl at all.
- If we use the normal alternatives mechanism to allow for this or
  netkit-rsh to provide rsh/rshd functionality we end up with QA issues
  on musl as we have unused ALTERNATIVES logic.  Switch to making use of
  RPROVIDES / RCONFLICTS logic instead and make it match the netkit-rsh
  packaging names.

Cc: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb