summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonatan Pålsson <jonatan.p@gmail.com>2020-03-25 12:43:14 +0100
committerArmin Kuster <akuster808@gmail.com>2020-03-27 16:53:25 -0700
commit70a4908a97366b5829ecf537a4210235ec6236fb (patch)
tree3d491834f2db900cd15232aff3423ac944b52873
parent5b82f67c48629945a53c3dce09a302973e1ffb5a (diff)
downloadmeta-security-70a4908a97366b5829ecf537a4210235ec6236fb.tar.gz
sssd: Sort PACKAGECONFIG entries
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.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes-security/sssd/sssd_1.16.4.bb b/recipes-security/sssd/sssd_1.16.4.bb
index c5ddd5c..b0b7038 100644
--- a/recipes-security/sssd/sssd_1.16.4.bb
+++ b/recipes-security/sssd/sssd_1.16.4.bb
@@ -37,18 +37,18 @@ PACKAGECONFIG ?="nss nscd"
37PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" 37PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
38PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" 38PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
39 39
40PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, "
41PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba"
42PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux"
43PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no"
44PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings"
45PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss,"
46PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto" 40PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto"
47PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no " 41PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl"
42PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2"
43PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no"
48PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" 44PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl"
45PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no "
46PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss,"
47PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings"
48PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba"
49PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux"
50PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, "
49PACKAGECONFIG[systemd] = "--with-initscript=systemd,--with-initscript=sysv" 51PACKAGECONFIG[systemd] = "--with-initscript=systemd,--with-initscript=sysv"
50PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2"
51PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl"
52 52
53EXTRA_OECONF += " \ 53EXTRA_OECONF += " \
54 --disable-cifs-idmap-plugin \ 54 --disable-cifs-idmap-plugin \