summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh2
diff options
context:
space:
mode:
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"