From 7482f2d076c46eef36901b40a72114d1a59d8e3f Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 27 Jul 2016 17:07:45 -0400 Subject: libssh2: Add native to BBCLASSEXTEND Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe/recipes-support/libssh2') diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb b/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb index 9e7cd596ce..155d3d484d 100644 --- a/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb +++ b/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb @@ -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" -- cgit 1.2.3-korg