mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 12:26:04 +00:00
krb5: remove PACKAGECONFIG for openssl
* --with-pkinit-crypto-impl option was removed in 1.16 by this commit;
3e2344a14f (diff-f543b6d8715dcf859ebec297c750c370)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
25206cde73
commit
c808541864
@ -15,7 +15,7 @@ HOMEPAGE = "http://web.mit.edu/Kerberos/"
|
||||
SECTION = "console/network"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${S}/../NOTICE;md5=59b8da652f07186b44782a8454574f30"
|
||||
DEPENDS = "ncurses util-linux e2fsprogs e2fsprogs-native"
|
||||
DEPENDS = "ncurses util-linux e2fsprogs e2fsprogs-native openssl"
|
||||
|
||||
inherit autotools-brokensep binconfig perlnative systemd update-rc.d
|
||||
|
||||
@ -38,9 +38,8 @@ CVE_PRODUCT = "kerberos"
|
||||
|
||||
S = "${WORKDIR}/${BP}/src"
|
||||
|
||||
PACKAGECONFIG ??= "openssl"
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit"
|
||||
PACKAGECONFIG[openssl] = "--with-pkinit-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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user