summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonatan Pålsson <jonatan.p@gmail.com>2020-03-05 13:47:38 +0100
committerArmin Kuster <akuster808@gmail.com>2020-03-08 14:12:59 -0700
commita509e2190259292923ac9e8116b0362354595d44 (patch)
tree4ceca37eac522604aae17240743477ce0eb781e0
parentd1a0d18d3efb9dbf429f3acab2954c81bf61284a (diff)
downloadmeta-security-a509e2190259292923ac9e8116b0362354595d44.tar.gz
sssd: Add PACKAGECONFIG for python2
Fixes the following build error: .. snip .. | checking for python2... no | checking for python3... (cached) python3.8 | configure: error: | The program python2 was not found in search path. | Please ensure that it is installed and its directory is included in the search | path. It is required for building python2 bindings. If you do not want to build | them please use argument --without-python2-bindings when running configure. | WARNING: exit code 1 from a shell command. Signed-off-by: Jonatan Pålsson <jonatan.p@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/sssd/sssd_1.16.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/sssd/sssd_1.16.4.bb b/recipes-security/sssd/sssd_1.16.4.bb
index 22d80d7..82fa683 100644
--- a/recipes-security/sssd/sssd_1.16.4.bb
+++ b/recipes-security/sssd/sssd_1.16.4.bb
@@ -36,6 +36,7 @@ PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, "
36PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba" 36PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba"
37PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux" 37PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux"
38PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no" 38PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no"
39PACKAGECONFIG[python2] = "--with-python2-bindings, --without-python2-bindings, python, python"
39PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" 40PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings"
40PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss," 41PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss,"
41PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto" 42PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto"