From: "Jonatan Pålsson" <jonatan.p@gmail.com>
To: yocto@lists.yoctoproject.org
Cc: "Jonatan Pålsson" <jonatan.p@gmail.com>
Subject: [meta-security][PATCH 1/6] sssd: Sort PACKAGECONFIG entries
Date: Wed, 25 Mar 2020 12:43:14 +0100 [thread overview]
Message-ID: <20200325114319.2115155-1-jonatan.p@gmail.com> (raw)
Signed-off-by: Jonatan Pålsson <jonatan.p@gmail.com>
---
recipes-security/sssd/sssd_1.16.4.bb | 18 +++++++++---------
1 file 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"
PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
-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[python3] = "--with-python3-bindings, --without-python3-bindings"
-PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss,"
PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto"
-PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no "
+PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl"
+PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2"
+PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no"
PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl"
+PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no "
+PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss,"
+PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings"
+PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba"
+PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux"
+PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, "
PACKAGECONFIG[systemd] = "--with-initscript=systemd,--with-initscript=sysv"
-PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2"
-PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl"
EXTRA_OECONF += " \
--disable-cifs-idmap-plugin \
--
2.26.0
next reply other threads:[~2020-03-25 11:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-25 11:43 Jonatan Pålsson [this message]
2020-03-25 11:43 ` [meta-security][PATCH 2/6] sssd: Add autofs PACKAGECONFIG Jonatan Pålsson
2020-03-25 11:43 ` [meta-security][PATCH 3/6] sssd: Add sudo PACKAGECONFIG Jonatan Pålsson
2020-03-25 11:43 ` [meta-security][PATCH 4/6] sssd: Add missing files to SYSTEMD_SERVICE Jonatan Pålsson
2020-03-25 11:43 ` [meta-security][PATCH 5/6] sssd: Add missing DEPENDS on jansson Jonatan Pålsson
2020-03-25 11:43 ` [meta-security][PATCH 6/6] sssd: Add infopipe PACKAGECONFIG Jonatan Pålsson
2020-03-28 0:05 ` [yocto] [meta-security][PATCH 1/6] sssd: Sort PACKAGECONFIG entries akuster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200325114319.2115155-1-jonatan.p@gmail.com \
--to=jonatan.p@gmail.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox