[Buildroot] [PATCH] Add fuse-sshfs package

Peter Korsgaard jacmet at uclibc.org
Tue Nov 24 16:23:44 UTC 2009


>>>>> "Daniel" == Daniel Mack <daniel at caiaq.de> writes:

 Daniel> +config BR2_PACKAGE_SSHFS
 Daniel> +	bool "sshfs (FUSE)"
 Daniel> +	depends on BR2_PACKAGE_LIBFUSE && BR2_PACKAGE_LIBGLIB2 && BR2_PACKAGE_OPENSSH

It's nice to keep lines < 80 chars. I would prefer 3 seperate 'depends on'
lines.

 Daniel> +	help
 Daniel> +	  FUSE makes it possible to implement a filesystem in a userspace
 Daniel> +	  program. Features include: simple yet comprehensive API, secure
 Daniel> +	  mounting by non-root users, support for 2.4 and 2.6 Linux
 Daniel> +	  kernels, multi-threaded operation. etc...

This sounds like a description of fuse itself, and not of sshfs?

 Daniel> +SSHFS_VERSION:=2.2
 Daniel> +SSHFS_SOURCE:=sshfs-fuse-$(SSHFS_VERSION).tar.gz
 Daniel> +SSHFS_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fuse/$(SSHFS_VERSION)/sshfs-fuse
 Daniel> +SSHFS_AUTORECONF:=NO
 Daniel> +SSHFS_INSTALL_STAGING:=NO
 Daniel> +SSHFS_INSTALL_TARGET:=YES
 Daniel> +
 Daniel> +SSHFS_DEPENDENCIES = libglib2

You're forgetting libfuse

Otherwise it looks good, thanks!

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list