package/kodi-vfs-sftp: new package

Internal sftp support was removed in Kodi 18.0, see upstream PR 12005.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[Arnout: add license file hash]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Bernd Kuhls 2019-09-21 21:28:05 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 5928937578
commit 17beb07166
4 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,9 @@
config BR2_PACKAGE_KODI_VFS_SFTP
bool "kodi-vfs-sftp"
select BR2_PACKAGE_KODI_PLATFORM
select BR2_PACKAGE_LIBPLATFORM
select BR2_PACKAGE_LIBSSH
help
SFTP VFS addon for Kodi
https://github.com/xbmc/vfs.sftp

View File

@ -0,0 +1,3 @@
# Locally computed
sha256 6cfc59f322d1bce2dfc14daad0ae84fbc105f7543216413b9c208af821d92308 kodi-vfs-sftp-4e385ae0f82c062add44bce4a2d6a9058a3e0f48.tar.gz
sha256 2b1cdc44ec0b52abc2e4b61f827d407388dad49e4fdc25370824b5c21aadeb17 src/SFTPFile.cpp

View File

@ -0,0 +1,13 @@
################################################################################
#
# kodi-vfs-sftp
#
################################################################################
KODI_VFS_SFTP_VERSION = 4e385ae0f82c062add44bce4a2d6a9058a3e0f48
KODI_VFS_SFTP_SITE = $(call github,xbmc,vfs.sftp,$(KODI_VFS_SFTP_VERSION))
KODI_VFS_SFTP_LICENSE = GPL-2.0+
KODI_VFS_SFTP_LICENSE_FILES = src/SFTPFile.cpp
KODI_VFS_SFTP_DEPENDENCIES = kodi-platform libplatform libssh
$(eval $(cmake-package))

View File

@ -356,6 +356,7 @@ endmenu
menu "Virtual file systems"
source "package/kodi-vfs-rar/Config.in"
source "package/kodi-vfs-sftp/Config.in"
endmenu
menu "Visualisations"