aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh2
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-07-27 17:07:45 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-05 12:16:38 +0200
commit7482f2d076c46eef36901b40a72114d1a59d8e3f (patch)
treefa69d8ea1cea1fd7f536391665776e109e3e719b /meta-oe/recipes-support/libssh2
parentcfdf135db9d07065f78aff8e9096352adeea9af6 (diff)
downloadmeta-openembedded-contrib-7482f2d076c46eef36901b40a72114d1a59d8e3f.tar.gz
libssh2: Add native to BBCLASSEXTEND
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libssh2')
-rw-r--r--meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb2
1 files changed, 2 insertions, 0 deletions
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"