2018-07-12 23:00:53 +02:00
|
|
|
config BR2_PACKAGE_PERL_NET_SSH2
|
|
|
|
bool "perl-net-ssh2"
|
|
|
|
depends on !BR2_STATIC_LIBS
|
2018-07-23 22:06:28 +02:00
|
|
|
depends on BR2_PACKAGE_LIBSSH2_OPENSSL || BR2_PACKAGE_LIBSSH2_LIBGCRYPT
|
2018-07-23 22:06:26 +02:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2018-07-12 23:00:53 +02:00
|
|
|
help
|
|
|
|
Support for the SSH 2 protocol via libssh2.
|
|
|
|
|
2018-07-23 22:06:28 +02:00
|
|
|
Note: only the OpenSSL and Libgcrypt backends of libssh2 are
|
|
|
|
supported.
|
|
|
|
|
2018-07-12 23:00:53 +02:00
|
|
|
https://metacpan.org/release/Net-SSH2
|
|
|
|
|
|
|
|
comment "perl-net-ssh2 needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|
2018-07-23 22:06:28 +02:00
|
|
|
|
|
|
|
comment "perl-net-ssh2 needs libssh2 with OpenSSL or Libgcrypt backend"
|
|
|
|
depends on !(BR2_PACKAGE_LIBSSH2_OPENSSL || BR2_PACKAGE_LIBSSH2_LIBGCRYPT)
|