aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-03-19 20:59:57 -0700
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:51:07 -0700
commitfafb973ec06eb238457c0cd1f999e58978ea4a85 (patch)
treeb8b5a52ac2e9eca16e847bec8a5f59ec1b24a598
parent4bedb3cfadb6624947d4ec00e04215f414b77c8a (diff)
downloadmeta-openembedded-contrib-fafb973ec06eb238457c0cd1f999e58978ea4a85.tar.gz
krb5: Correctly specify configure option --with-crypto-impl
Fixes QA Issue: krb5: configure was passed unrecognised options: --with-pkinit-crypto-impl [unknown-configure-option] Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/krb5/krb5_1.16.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.16.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.16.bb
index 84f0f0ae12..ce2134513e 100644
--- a/meta-oe/recipes-connectivity/krb5/krb5_1.16.bb
+++ b/meta-oe/recipes-connectivity/krb5/krb5_1.16.bb
@@ -40,6 +40,7 @@ S = "${WORKDIR}/${BP}/src"
PACKAGECONFIG ??= ""
PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit"
+PACKAGECONFIG[openssl] = "--with-crypto-impl=openssl,,openssl"
PACKAGECONFIG[keyutils] = "--enable-keyutils,--disable-keyutils,keyutils"
PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap"
PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"