diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2018-03-13 12:12:39 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-21 18:34:04 -0700 |
commit | c8085418644f49e167272d170ebad8c25b2e22f2 (patch) | |
tree | cb526b4dde999e183d2835a514e025f82917866f /meta-oe/recipes-connectivity | |
parent | 25206cde7398d875327d247bb73c212236a2996c (diff) | |
download | meta-openembedded-c8085418644f49e167272d170ebad8c25b2e22f2.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/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" |