summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb')
-rw-r--r--meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb b/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb
new file mode 100644
index 0000000000..022482c791
--- /dev/null
+++ b/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb
@@ -0,0 +1,18 @@
1SUMMARY = "A client-side C library implementing the SSH2 protocol"
2HOMEPAGE = "http://www.libssh2.org/"
3SECTION = "libs"
4
5DEPENDS = "zlib openssl"
6
7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://COPYING;md5=c5cf34fc0acb44b082ef50ef5e4354ca"
9
10SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz"
11SRC_URI[md5sum] = "00aabd6e714a5f42a4fb82ace20db1dd"
12SRC_URI[sha256sum] = "5a202943a34a1d82a1c31f74094f2453c207bf9936093867f41414968c8e8215"
13
14inherit autotools pkgconfig
15
16EXTRA_OECONF += "--with-openssl \
17 --with-libz \
18 "