mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
sshfs: add license information
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
194f479ca7
commit
ca005cdd21
@@ -7,6 +7,8 @@
|
||||
SSHFS_VERSION = 2.4
|
||||
SSHFS_SITE = http://downloads.sourceforge.net/project/fuse/sshfs-fuse/$(SSHFS_VERSION)
|
||||
SSHFS_SOURCE = sshfs-fuse-$(SSHFS_VERSION).tar.gz
|
||||
SSHFS_LICENSE = GPLv2
|
||||
SSHFS_LICENSE_FILES = COPYING
|
||||
SSHFS_DEPENDENCIES = \
|
||||
libglib2 libfuse openssh \
|
||||
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
|
||||
|
||||
Reference in New Issue
Block a user