From 96737082ad20eabcbbaa82b0cacee0d05d50eaab Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 7 Mar 2020 13:26:05 -0800 Subject: sssd: python2 not supported Signed-off-by: Armin Kuster --- recipes-security/sssd/sssd_1.16.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/sssd/sssd_1.16.4.bb b/recipes-security/sssd/sssd_1.16.4.bb index d42a455..c5ddd5c 100644 --- a/recipes-security/sssd/sssd_1.16.4.bb +++ b/recipes-security/sssd/sssd_1.16.4.bb @@ -41,7 +41,6 @@ PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, " PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba" PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux" PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no" -PACKAGECONFIG[python2] = "--with-python2-bindings, --without-python2-bindings, python, python" PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss," PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto" @@ -57,6 +56,7 @@ EXTRA_OECONF += " \ --without-ipa-getkeytab \ --without-python2-bindings \ --enable-pammoddir=${base_libdir}/security \ + --without-python2-bindings \ " do_configure_prepend() { -- cgit v1.2.3-54-g00ecf