libssh2: Add native to BBCLASSEXTEND

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Derek Straka
2016-07-27 17:07:45 -04:00
committed by Martin Jansa
parent cfdf135db9
commit 7482f2d076

View File

@@ -22,3 +22,5 @@ EXTRA_OECONF += "\
PACKAGECONFIG ??= "openssl"
PACKAGECONFIG[openssl] = "--with-openssl --with-libssl-prefix=${STAGING_LIBDIR},--without-openssl,openssl"
PACKAGECONFIG[gcrypt] = "--with-libgcrypt --with-libgcrypt-prefix=${STAGING_EXECPREFIXDIR},--without-libgcrypt,libgcrypt"
BBCLASSEXTEND += "native"