summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-03-13 12:12:39 +0000
committerArmin Kuster <akuster808@gmail.com>2018-03-16 19:56:55 -0700
commitb606ad4799cb9434c8a0ded69ab0c351ab819052 (patch)
treeb8cc97412fc77dacd8fdfc9a9f3a093b4fbb941e /meta-oe
parent8eefed218dd81df350840babedf05388f22fa0c2 (diff)
downloadmeta-openembedded-b606ad4799cb9434c8a0ded69ab0c351ab819052.tar.gz
krb5: remove PACKAGECONFIG for openssl
* --with-pkinit-crypto-impl option was removed in 1.16 by this commit; https://github.com/krb5/krb5/commit/3e2344a14fad828dee624af0ae7ba2d12aec2c81#diff-f543b6d8715dcf859ebec297c750c370 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-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"