buildroot/package/sshfs/Config.in
Fabrice Fontaine 496868da60 package/sshfs: bump to version 3.7.0
- libfuse3 is needed since version 3.0.0 and
  34146444ce
- Switch to meson-package

https://github.com/libfuse/sshfs/blob/sshfs-3.7.0/ChangeLog.rst

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-10-25 11:03:43 +01:00

20 lines
638 B
Plaintext

config BR2_PACKAGE_SSHFS
bool "sshfs (FUSE)"
depends on BR2_USE_WCHAR # glib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse3, glib2
depends on BR2_USE_MMU # libfuse3, glib2
depends on !BR2_STATIC_LIBS # libfuse3
select BR2_PACKAGE_LIBFUSE3
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
select BR2_PACKAGE_OPENSSH
help
FUSE filesystem client based on the SSH File Transfer
Protocol.
https://github.com/libfuse/sshfs
comment "sshfs needs a toolchain w/ wchar, threads, dynamic library"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS