From fafb973ec06eb238457c0cd1f999e58978ea4a85 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 19 Mar 2018 20:59:57 -0700 Subject: 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 Signed-off-by: Armin Kuster --- meta-oe/recipes-connectivity/krb5/krb5_1.16.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-connectivity') 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" -- cgit 1.2.3-korg