sshfs: adjust make dependencies to match Kconfig
Spotted by Thomas, thanks. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
87cb38b928
commit
eef3d90998
@ -7,6 +7,9 @@
|
|||||||
SSHFS_VERSION = 2.2
|
SSHFS_VERSION = 2.2
|
||||||
SSHFS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fuse/$(SSHFS_VERSION)/sshfs-fuse
|
SSHFS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fuse/$(SSHFS_VERSION)/sshfs-fuse
|
||||||
SSHFS_SOURCE = sshfs-fuse-$(SSHFS_VERSION).tar.gz
|
SSHFS_SOURCE = sshfs-fuse-$(SSHFS_VERSION).tar.gz
|
||||||
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)
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,sshfs))
|
$(eval $(call AUTOTARGETS,package,sshfs))
|
||||||
|
Loading…
Reference in New Issue
Block a user