summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb b/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb
index e8f3031..2035cd0 100644
--- a/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb
+++ b/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb
@@ -54,7 +54,7 @@ PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no, libxslt-native d
54PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" 54PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl"
55PACKAGECONFIG[nss] = ", ,nss," 55PACKAGECONFIG[nss] = ", ,nss,"
56PACKAGECONFIG[oidc_child] = "--with-oidc-child, --without-oidc-child" 56PACKAGECONFIG[oidc_child] = "--with-oidc-child, --without-oidc-child"
57PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" 57PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings python3dir=${PYTHON_SITEPACKAGES_DIR}"
58PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba" 58PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba"
59PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux" 59PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux"
60PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, " 60PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, "
@@ -88,9 +88,6 @@ do_install () {
88 rmdir --ignore-fail-on-non-empty "${D}/${bindir}" 88 rmdir --ignore-fail-on-non-empty "${D}/${bindir}"
89 89
90 install -d ${D}/${sysconfdir}/${BPN} 90 install -d ${D}/${sysconfdir}/${BPN}
91 install -d ${D}/${PYTHON_SITEPACKAGES_DIR}
92 mv ${D}/${BPN} ${D}/${PYTHON_SITEPACKAGES_DIR}
93
94 install -m 600 ${UNPACKDIR}/${BPN}.conf ${D}/${sysconfdir}/${BPN} 91 install -m 600 ${UNPACKDIR}/${BPN}.conf ${D}/${sysconfdir}/${BPN}
95 92
96 # /var/log/sssd needs to be created in runtime. Use rmdir to catch if 93 # /var/log/sssd needs to be created in runtime. Use rmdir to catch if
@@ -112,7 +109,6 @@ do_install () {
112 # Remove /run as it is created on startup 109 # Remove /run as it is created on startup
113 rm -rf ${D}/run 110 rm -rf ${D}/run
114 111
115# rm -fr ${D}/sssd
116 rm -f ${D}${systemd_system_unitdir}/sssd-secrets.* 112 rm -f ${D}${systemd_system_unitdir}/sssd-secrets.*
117} 113}
118 114