mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libssh: update to libssh-0.8.1
and make vfs.sftp kodi binary addon working
This commit is contained in:
parent
9b62ab5dc9
commit
83c54b4739
@ -9,7 +9,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPLv2"
|
PKG_LICENSE="GPLv2"
|
||||||
PKG_SITE="https://kodi.tv"
|
PKG_SITE="https://kodi.tv"
|
||||||
PKG_URL="https://github.com/notspiff/vfs.sftp/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/notspiff/vfs.sftp/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain kodi-platform"
|
PKG_DEPENDS_TARGET="toolchain kodi-platform libssh"
|
||||||
PKG_SECTION=""
|
PKG_SECTION=""
|
||||||
PKG_SHORTDESC="vfs.sftp"
|
PKG_SHORTDESC="vfs.sftp"
|
||||||
PKG_LONGDESC="vfs.sftp"
|
PKG_LONGDESC="vfs.sftp"
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
|
||||||
PKG_NAME="libssh"
|
PKG_NAME="libssh"
|
||||||
PKG_VERSION="0.7.5"
|
PKG_VERSION="0.8.1"
|
||||||
PKG_SHA256="6f7d5b9f3089164eec7408d35b99194b17352cce436a4a95485b511bce2aab4b"
|
PKG_SHA256="d17f1267b4a5e46c0fbe66d39a3e702b8cefe788928f2eb6e339a18bb00b1924"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="OpenSource"
|
PKG_LICENSE="LGPL"
|
||||||
PKG_SITE="http://www.libssh.org/"
|
PKG_SITE="http://www.libssh.org/"
|
||||||
PKG_URL="https://git.libssh.org/projects/libssh.git/snapshot/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="https://www.libssh.org/files/0.8/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain zlib openssl"
|
PKG_DEPENDS_TARGET="toolchain zlib openssl"
|
||||||
PKG_SECTION="network"
|
PKG_SECTION="network"
|
||||||
PKG_SHORTDESC="libssh: A working SSH implementation by means of a library"
|
PKG_SHORTDESC="libssh: A working SSH implementation by means of a library"
|
||||||
@ -19,11 +19,9 @@ makeinstall_target() {
|
|||||||
# install static library only
|
# install static library only
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/lib
|
mkdir -p $SYSROOT_PREFIX/usr/lib
|
||||||
cp src/libssh.a $SYSROOT_PREFIX/usr/lib
|
cp src/libssh.a $SYSROOT_PREFIX/usr/lib
|
||||||
cp src/threads/libssh_threads.a $SYSROOT_PREFIX/usr/lib
|
|
||||||
|
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
|
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||||
cp libssh.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
cp libssh.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||||
cp libssh_threads.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
|
||||||
|
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/include/libssh
|
mkdir -p $SYSROOT_PREFIX/usr/include/libssh
|
||||||
cp ../include/libssh/callbacks.h $SYSROOT_PREFIX/usr/include/libssh
|
cp ../include/libssh/callbacks.h $SYSROOT_PREFIX/usr/include/libssh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user