summaryrefslogtreecommitdiffstats
path: root/package/perl-net-ssh2/Config.in
diff options
context:
space:
mode:
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>2018-07-12 23:00:53 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-07-16 13:30:39 +0200
commit352ca28d2dcbb5d4c1fc4fbbbffc69aa1861f2f5 (patch)
treefec53ec314b0e00d85aeee3dbefda801da305faf /package/perl-net-ssh2/Config.in
parent0b78743d1513858489daaa72e169869675208351 (diff)
downloadbuildroot-352ca28d2dcbb5d4c1fc4fbbbffc69aa1861f2f5.tar.gz
buildroot-352ca28d2dcbb5d4c1fc4fbbbffc69aa1861f2f5.zip
perl-net-ssh2: new package
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/perl-net-ssh2/Config.in')
-rw-r--r--package/perl-net-ssh2/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/perl-net-ssh2/Config.in b/package/perl-net-ssh2/Config.in
new file mode 100644
index 0000000000..07c42ee5b1
--- /dev/null
+++ b/package/perl-net-ssh2/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_PERL_NET_SSH2
+ bool "perl-net-ssh2"
+ depends on !BR2_STATIC_LIBS
+ select BR2_PACKAGE_LIBSSH2
+ help
+ Support for the SSH 2 protocol via libssh2.
+
+ https://metacpan.org/release/Net-SSH2
+
+comment "perl-net-ssh2 needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud