summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb')
-rw-r--r--meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb b/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb
new file mode 100644
index 000000000..b53766333
--- /dev/null
+++ b/meta-oe/recipes-support/libssh2/libssh2_1.4.3.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=d00afe44f336a79a2ca7e1681ce14509"
9
10SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz"
11SRC_URI[md5sum] = "071004c60c5d6f90354ad1b701013a0b"
12SRC_URI[sha256sum] = "eac6f85f9df9db2e6386906a6227eb2cd7b3245739561cad7d6dc1d5d021b96d"
13
14inherit autotools pkgconfig
15
16EXTRA_OECONF += "--with-openssl \
17 --with-libz \
18 "