diff options
| author | Jonatan Pålsson <jonatan.p@gmail.com> | 2020-03-25 12:43:18 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-03-27 16:53:25 -0700 |
| commit | e54b07c3d4be6d3475920f0edf80e4bcf1093ad3 (patch) | |
| tree | c2631b26754975f565aaf08b8a886b5e6cde3dd3 | |
| parent | cf423c05bf9c76568e6a908e0782d43ef8a108e0 (diff) | |
| download | meta-security-e54b07c3d4be6d3475920f0edf80e4bcf1093ad3.tar.gz | |
sssd: Add missing DEPENDS on jansson
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-security/sssd/sssd_1.16.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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', | |||
| 39 | 39 | ||
| 40 | PACKAGECONFIG[autofs] = "--with-autofs, --with-autofs=no" | 40 | PACKAGECONFIG[autofs] = "--with-autofs, --with-autofs=no" |
| 41 | PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto" | 41 | PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto" |
| 42 | PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl" | 42 | PACKAGECONFIG[curl] = "--with-secrets --with-kcm, --without-secrets --without-kcm, curl jansson" |
| 43 | PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2" | 43 | PACKAGECONFIG[http] = "--with-secrets, --without-secrets, apache2" |
| 44 | PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no" | 44 | PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no" |
| 45 | PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" | 45 | PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" |
