[oe-commits] Fabrice Coulon : libssh2: add recipe file

git at git.openembedded.org git at git.openembedded.org
Tue Oct 7 01:12:58 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 0186f9817848332a43016669e848d2696dacc7da
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0186f9817848332a43016669e848d2696dacc7da

Author: Fabrice Coulon <fabrice.coulon at axis.com>
Date:   Fri Oct  3 11:21:11 2014 +0200

libssh2: add recipe file

A separate commit on curl adds a PACKAGECONFIG option within the
curl recipe in OE-Core to use libssh2 in curl, the user can enable
libssh2 via conf/local.conf or custom distro configuration, this will
pull in libssh2, which is not used by default.

Signed-off-by: Fabrice Coulon <fabrice.coulon at axis.com>
Signed-off-by: Olof Johansson <olof.johansson at axis.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

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 0000000..b537663
--- /dev/null
+++ b/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb
@@ -0,0 +1,18 @@
+SUMMARY = "A client-side C library implementing the SSH2 protocol"
+HOMEPAGE = "http://www.libssh2.org/"
+SECTION = "libs"
+
+DEPENDS = "zlib openssl"
+
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d00afe44f336a79a2ca7e1681ce14509"
+
+SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz"
+SRC_URI[md5sum] = "071004c60c5d6f90354ad1b701013a0b"
+SRC_URI[sha256sum] = "eac6f85f9df9db2e6386906a6227eb2cd7b3245739561cad7d6dc1d5d021b96d"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF += "--with-openssl \
+                --with-libz \
+                "



More information about the Openembedded-commits mailing list