All of lore.kernel.org
 help / color / mirror / Atom feed
* Confusion regarding the image feature ssh-server-openssh and what it pulls in
@ 2017-03-17 22:19 Peter Kjellerstedt
  0 siblings, 0 replies; only message in thread
From: Peter Kjellerstedt @ 2017-03-17 22:19 UTC (permalink / raw)
  To: Ross Burton, OE Core (openembedded-core@lists.openembedded.org)
  Cc: Johnny Wahnström

How come an image feature with a name like ssh-server-openssh has the 
following chain of dependencies:

FEATURE_PACKAGES_ssh-server-openssh ->
  packagegroup-core-ssh-openssh ->
    openssh ->
      openssh-scp
      openssh-ssh
      openssh-sshd ->
        openssh-keygen
      openssh-keygen

rather than:

FEATURE_PACKAGES_ssh-server-openssh ->
  openssh-sshd ->
    openssh-keygen

The name clearly suggests that using it will install an SSH server, 
not also the client tools (scp and ssh).

Would a patch to change the FEATURE_PACKAGES_ssh-server-openssh to 
do the right thing and depend on openssh-sshd instead be accepted?

//Peter



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-17 22:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-17 22:19 Confusion regarding the image feature ssh-server-openssh and what it pulls in Peter Kjellerstedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.