update buildroot to 2017.02.11
This commit is contained in:
16
bsp/buildroot-2017.02.11/package/sshfs/sshfs.mk
Normal file
16
bsp/buildroot-2017.02.11/package/sshfs/sshfs.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# sshfs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SSHFS_VERSION = 2.8
|
||||
SSHFS_SITE = https://github.com/libfuse/sshfs/releases/download/sshfs_$(SSHFS_VERSION)
|
||||
SSHFS_LICENSE = GPLv2
|
||||
SSHFS_LICENSE_FILES = COPYING
|
||||
SSHFS_DEPENDENCIES = \
|
||||
libglib2 libfuse openssh \
|
||||
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
|
||||
$(if $(BR2_ENABLE_LOCALE),,libiconv)
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user