summaryrefslogtreecommitdiffstats
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-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 9e7cd596c..155d3d484 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 += "\
22PACKAGECONFIG ??= "openssl" 22PACKAGECONFIG ??= "openssl"
23PACKAGECONFIG[openssl] = "--with-openssl --with-libssl-prefix=${STAGING_LIBDIR},--without-openssl,openssl" 23PACKAGECONFIG[openssl] = "--with-openssl --with-libssl-prefix=${STAGING_LIBDIR},--without-openssl,openssl"
24PACKAGECONFIG[gcrypt] = "--with-libgcrypt --with-libgcrypt-prefix=${STAGING_EXECPREFIXDIR},--without-libgcrypt,libgcrypt" 24PACKAGECONFIG[gcrypt] = "--with-libgcrypt --with-libgcrypt-prefix=${STAGING_EXECPREFIXDIR},--without-libgcrypt,libgcrypt"
25
26BBCLASSEXTEND += "native"