summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonatan Pålsson <jonatan.p@gmail.com>2020-03-07 20:50:47 +0000
committerArmin Kuster <akuster808@gmail.com>2020-03-08 14:13:07 -0700
commit1c22721eae19a324a5c590ca0b6c3b62455d78c2 (patch)
treee10911b42a268e2a212b297505ca6f3b7d3d7b03
parenta509e2190259292923ac9e8116b0362354595d44 (diff)
downloadmeta-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.bb2
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"
39PACKAGECONFIG[python2] = "--with-python2-bindings, --without-python2-bindings, python, python" 39PACKAGECONFIG[python2] = "--with-python2-bindings, --without-python2-bindings, python, python"
40PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" 40PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings"
41PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss," 41PACKAGECONFIG[nss] = "--with-crypto=nss, ,nss,"
42PACKAGECONFIG[cyrpto] = "--with-crypto=libcrypto, , libcrypto" 42PACKAGECONFIG[crypto] = "--with-crypto=libcrypto, , libcrypto"
43PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no " 43PACKAGECONFIG[nscd] = "--with-nscd=${sbindir}, --with-nscd=no "
44PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" 44PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl"
45PACKAGECONFIG[systemd] = "--with-initscript=systemd,--with-initscript=sysv" 45PACKAGECONFIG[systemd] = "--with-initscript=systemd,--with-initscript=sysv"