Files
meta-openembedded/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb
T
Jackie Huang 77d016936b libssh2: specify the search dir to avoid host contamination
Set the search dir for libssl and libz to only STAGING_LIBDIR
to avoid searching host libs.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-11-06 17:49:39 +01:00

21 lines
663 B
BlitzBasic

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=c5cf34fc0acb44b082ef50ef5e4354ca"
SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz"
SRC_URI[md5sum] = "00aabd6e714a5f42a4fb82ace20db1dd"
SRC_URI[sha256sum] = "5a202943a34a1d82a1c31f74094f2453c207bf9936093867f41414968c8e8215"
inherit autotools pkgconfig
EXTRA_OECONF += "--with-openssl \
--with-libz \
--with-libssl-prefix=${STAGING_LIBDIR} \
--with-libz-prefix=${STAGING_LIBDIR} \
"