diff options
author | Jonatan Pålsson <jonatan.p@gmail.com> | 2020-03-07 20:50:47 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-03-08 14:13:07 -0700 |
commit | 1c22721eae19a324a5c590ca0b6c3b62455d78c2 (patch) | |
tree | e10911b42a268e2a212b297505ca6f3b7d3d7b03 | |
parent | a509e2190259292923ac9e8116b0362354595d44 (diff) | |
download | meta-security-1c22721eae19a324a5c590ca0b6c3b62455d78c2.tar.gz |
sssd: Fix typo in PACKAGECONFIG. cyrpto -> crypto
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 82fa683..29d1199 100644 --- a/recipes-security/sssd/sssd_1.16.4.bb +++ b/recipes-security/sssd/sssd_1.16.4.bb | |||
@@ -39,7 +39,7 @@ PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no" | |||
39 | PACKAGECONFIG[python2] = "--with-python2-bindings, --without-python2-bindings, python, python" | 39 | PACKAGECONFIG[python2] = "--with-python2-bindings, --without-python2-bindings, python, python" |
40 | PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" | 40 | PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" |
41 | PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss," | 41 | PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss," |
42 | PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto" | 42 | PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto" |
43 | PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no " | 43 | PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no " |
44 | PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" | 44 | PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" |
45 | PACKAGECONFIG[systemd] = "--with-initscript=systemd,--with-initscript=sysv" | 45 | PACKAGECONFIG[systemd] = "--with-initscript=systemd,--with-initscript=sysv" |