|
@@ -1,12 +1,18 @@
|
|
config BR2_PACKAGE_PERL_NET_SSH2
|
|
config BR2_PACKAGE_PERL_NET_SSH2
|
|
bool "perl-net-ssh2"
|
|
bool "perl-net-ssh2"
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on !BR2_STATIC_LIBS
|
|
- select BR2_PACKAGE_LIBSSH2
|
|
|
|
|
|
+ depends on BR2_PACKAGE_LIBSSH2_OPENSSL || BR2_PACKAGE_LIBSSH2_LIBGCRYPT
|
|
select BR2_PACKAGE_ZLIB
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
help
|
|
Support for the SSH 2 protocol via libssh2.
|
|
Support for the SSH 2 protocol via libssh2.
|
|
|
|
|
|
|
|
+ Note: only the OpenSSL and Libgcrypt backends of libssh2 are
|
|
|
|
+ supported.
|
|
|
|
+
|
|
https://metacpan.org/release/Net-SSH2
|
|
https://metacpan.org/release/Net-SSH2
|
|
|
|
|
|
comment "perl-net-ssh2 needs a toolchain w/ dynamic library"
|
|
comment "perl-net-ssh2 needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
+
|
|
|
|
+comment "perl-net-ssh2 needs libssh2 with OpenSSL or Libgcrypt backend"
|
|
|
|
+ depends on !(BR2_PACKAGE_LIBSSH2_OPENSSL || BR2_PACKAGE_LIBSSH2_LIBGCRYPT)
|