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>
This commit is contained in:
Jackie Huang 2015-10-29 17:27:51 +08:00 committed by Martin Jansa
parent 88337cf73c
commit 77d016936b

View File

@ -15,4 +15,6 @@ inherit autotools pkgconfig
EXTRA_OECONF += "--with-openssl \ EXTRA_OECONF += "--with-openssl \
--with-libz \ --with-libz \
--with-libssl-prefix=${STAGING_LIBDIR} \
--with-libz-prefix=${STAGING_LIBDIR} \
" "