diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-03-07 13:26:05 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-03-08 14:13:07 -0700 |
commit | 96737082ad20eabcbbaa82b0cacee0d05d50eaab (patch) | |
tree | 9b6bae1ab4747b060e6acf0a04de731b9b14141e | |
parent | d7ca573c36706f3b5423fabcc1d5e652f513d0bc (diff) | |
download | meta-security-96737082ad20eabcbbaa82b0cacee0d05d50eaab.tar.gz |
sssd: python2 not supported
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/sssd/sssd_1.16.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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, " | |||
41 | PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba" | 41 | PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba" |
42 | PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux" | 42 | PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux" |
43 | PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no" | 43 | PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no" |
44 | PACKAGECONFIG[python2] = "--with-python2-bindings, --without-python2-bindings, python, python" | ||
45 | PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" | 44 | PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" |
46 | PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss," | 45 | PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss," |
47 | PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto" | 46 | PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto" |
@@ -57,6 +56,7 @@ EXTRA_OECONF += " \ | |||
57 | --without-ipa-getkeytab \ | 56 | --without-ipa-getkeytab \ |
58 | --without-python2-bindings \ | 57 | --without-python2-bindings \ |
59 | --enable-pammoddir=${base_libdir}/security \ | 58 | --enable-pammoddir=${base_libdir}/security \ |
59 | --without-python2-bindings \ | ||
60 | " | 60 | " |
61 | 61 | ||
62 | do_configure_prepend() { | 62 | do_configure_prepend() { |