diff options
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/krb5/krb5_1.16.bb | 5 |
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/" | |||
15 | SECTION = "console/network" | 15 | SECTION = "console/network" |
16 | LICENSE = "MIT" | 16 | LICENSE = "MIT" |
17 | LIC_FILES_CHKSUM = "file://${S}/../NOTICE;md5=59b8da652f07186b44782a8454574f30" | 17 | LIC_FILES_CHKSUM = "file://${S}/../NOTICE;md5=59b8da652f07186b44782a8454574f30" |
18 | DEPENDS = "ncurses util-linux e2fsprogs e2fsprogs-native" | 18 | DEPENDS = "ncurses util-linux e2fsprogs e2fsprogs-native openssl" |
19 | 19 | ||
20 | inherit autotools-brokensep binconfig perlnative systemd update-rc.d | 20 | inherit autotools-brokensep binconfig perlnative systemd update-rc.d |
21 | 21 | ||
@@ -38,9 +38,8 @@ CVE_PRODUCT = "kerberos" | |||
38 | 38 | ||
39 | S = "${WORKDIR}/${BP}/src" | 39 | S = "${WORKDIR}/${BP}/src" |
40 | 40 | ||
41 | PACKAGECONFIG ??= "openssl" | 41 | PACKAGECONFIG ??= "" |
42 | PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit" | 42 | PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit" |
43 | PACKAGECONFIG[openssl] = "--with-pkinit-crypto-impl=openssl,,openssl" | ||
44 | PACKAGECONFIG[keyutils] = "--enable-keyutils,--disable-keyutils,keyutils" | 43 | PACKAGECONFIG[keyutils] = "--enable-keyutils,--disable-keyutils,keyutils" |
45 | PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap" | 44 | PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap" |
46 | PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" | 45 | PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" |