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 5/6] sssd: Add missing DEPENDS on jansson
Date: Wed, 25 Mar 2020 12:43:18 +0100 [thread overview]
Message-ID: <20200325114319.2115155-5-jonatan.p@gmail.com> (raw)
In-Reply-To: <20200325114319.2115155-1-jonatan.p@gmail.com>
When building with the curl PACKAGECONFIG, sssd will depend on the
jansson library.
Fixes the following error:
| checking for JANSSON... no
| checking jansson.h usability... no
| checking jansson.h presence... no
| checking for jansson.h... no
| configure: error:
| You must have the header file jansson.h installed to build sssd
| with secrets and KCM responder. If you want to build sssd without
these
| responders then specify --without-secrets --without-kcm when running
configure.
Signed-off-by: Jonatan Pålsson <jonatan.p@gmail.com>
---
recipes-security/sssd/sssd_1.16.4.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-security/sssd/sssd_1.16.4.bb b/recipes-security/sssd/sssd_1.16.4.bb
index 9bfcb75..ff0b580 100644
--- a/recipes-security/sssd/sssd_1.16.4.bb
+++ b/recipes-security/sssd/sssd_1.16.4.bb
@@ -39,7 +39,7 @@ PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd',
PACKAGECONFIG[autofs] = "--with-autofs, --with-autofs=no"
PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto"
-PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl"
+PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl jansson"
PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2"
PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no"
PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl"
--
2.26.0
next prev parent 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 [meta-security][PATCH 1/6] sssd: Sort PACKAGECONFIG entries Jonatan Pålsson
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 ` Jonatan Pålsson [this message]
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-5-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