From 3568570d299aecfbc4c49c141b0d7c42df7af0be Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 6 Apr 2016 23:01:00 +0100 Subject: krb5: depend on libverto instead of using an internal fork If krb5 can't find an existing libverto library then it will use it's internal fork, but this fork only supports an internal libev backend and despite being for internal use is still installed, with the wrong soname to boot. Now that meta-oe has a libverto recipe krb5 can depend on and use that instead. Signed-off-by: Ross Burton --- meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb index 713b76c080..9c292d942c 100644 --- a/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb +++ b/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb @@ -39,12 +39,13 @@ SRC_URI[sha256sum] = "e528c30b0209c741f6f320cb83122ded92f291802b6a1a1dc1a01dcdb3 S = "${WORKDIR}/${BP}/src" -PACKAGECONFIG ??= "openssl" +PACKAGECONFIG ??= "openssl verto" 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" +PACKAGECONFIG[verto] = "--with-system-verto,--without-system-verto,libverto" EXTRA_OECONF += " --without-tcl --with-system-et --disable-rpath" CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes ac_cv_func_regcomp=yes \ -- cgit 1.2.3-korg