diff options
author | Jonatan Pålsson <jonatan.p@gmail.com> | 2020-03-25 12:43:14 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-03-27 16:53:25 -0700 |
commit | 70a4908a97366b5829ecf537a4210235ec6236fb (patch) | |
tree | 3d491834f2db900cd15232aff3423ac944b52873 | |
parent | 5b82f67c48629945a53c3dce09a302973e1ffb5a (diff) | |
download | meta-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.bb | 18 |
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" | |||
37 | PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" | 37 | PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" |
38 | PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | 38 | PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" |
39 | 39 | ||
40 | PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, " | ||
41 | PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba" | ||
42 | PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux" | ||
43 | PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no" | ||
44 | PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" | ||
45 | PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss," | ||
46 | PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto" | 40 | PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto" |
47 | PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no " | 41 | PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl" |
42 | PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2" | ||
43 | PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no" | ||
48 | PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" | 44 | PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" |
45 | PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no " | ||
46 | PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss," | ||
47 | PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" | ||
48 | PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba" | ||
49 | PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux" | ||
50 | PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, " | ||
49 | PACKAGECONFIG[systemd] = "--with-initscript=systemd,--with-initscript=sysv" | 51 | PACKAGECONFIG[systemd] = "--with-initscript=systemd,--with-initscript=sysv" |
50 | PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2" | ||
51 | PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl" | ||
52 | 52 | ||
53 | EXTRA_OECONF += " \ | 53 | EXTRA_OECONF += " \ |
54 | --disable-cifs-idmap-plugin \ | 54 | --disable-cifs-idmap-plugin \ |