summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/krb5/krb5_1.16.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.16.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.16.bb
index 3bdb090be..80bc8afe9 100644
--- a/meta-oe/recipes-connectivity/krb5/krb5_1.16.bb
+++ b/meta-oe/recipes-connectivity/krb5/krb5_1.16.bb
@@ -15,7 +15,7 @@ HOMEPAGE = "http://web.mit.edu/Kerberos/"
15SECTION = "console/network" 15SECTION = "console/network"
16LICENSE = "MIT" 16LICENSE = "MIT"
17LIC_FILES_CHKSUM = "file://${S}/../NOTICE;md5=59b8da652f07186b44782a8454574f30" 17LIC_FILES_CHKSUM = "file://${S}/../NOTICE;md5=59b8da652f07186b44782a8454574f30"
18DEPENDS = "ncurses util-linux e2fsprogs e2fsprogs-native" 18DEPENDS = "ncurses util-linux e2fsprogs e2fsprogs-native openssl"
19 19
20inherit autotools-brokensep binconfig perlnative systemd update-rc.d 20inherit autotools-brokensep binconfig perlnative systemd update-rc.d
21 21
@@ -38,9 +38,8 @@ CVE_PRODUCT = "kerberos"
38 38
39S = "${WORKDIR}/${BP}/src" 39S = "${WORKDIR}/${BP}/src"
40 40
41PACKAGECONFIG ??= "openssl" 41PACKAGECONFIG ??= ""
42PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit" 42PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit"
43PACKAGECONFIG[openssl] = "--with-pkinit-crypto-impl=openssl,,openssl"
44PACKAGECONFIG[keyutils] = "--enable-keyutils,--disable-keyutils,keyutils" 43PACKAGECONFIG[keyutils] = "--enable-keyutils,--disable-keyutils,keyutils"
45PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap" 44PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap"
46PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" 45PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"