[Buildroot] [git commit master 1/1] sshfs: select openssh instead of depending

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jan 24 16:28:20 UTC 2011


Hello,

Again not related to this change, but spotted during review.

On Mon, 17 Jan 2011 21:23:00 +0100
Peter Korsgaard <jacmet at sunsite.dk> wrote:

If we:

>  	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
> +	select BR2_PACKAGE_OPENSSH

Then presumably we should:

>  SSHFS_DEPENDENCIES = libglib2 libfuse $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)

SSHFS_DEPENDENCIES = \
	libglib2 libfuse openssh \
	$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
	$(if $(BR2_ENABLE_LOCALE),,libiconv)

(i.e add openssh and libiconv in the dependencies)

Regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the buildroot mailing list