diff options
Diffstat (limited to 'dynamic-layers/networking-layer')
-rw-r--r-- | dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb | 6 |
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 | |||
54 | PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" | 54 | PACKAGECONFIG[nl] = "--with-libnl, --with-libnl=no, libnl" |
55 | PACKAGECONFIG[nss] = ", ,nss," | 55 | PACKAGECONFIG[nss] = ", ,nss," |
56 | PACKAGECONFIG[oidc_child] = "--with-oidc-child, --without-oidc-child" | 56 | PACKAGECONFIG[oidc_child] = "--with-oidc-child, --without-oidc-child" |
57 | PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings" | 57 | PACKAGECONFIG[python3] = "--with-python3-bindings, --without-python3-bindings python3dir=${PYTHON_SITEPACKAGES_DIR}" |
58 | PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba" | 58 | PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba" |
59 | PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux" | 59 | PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no --with-semanage=no, libselinux" |
60 | PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, " | 60 | PACKAGECONFIG[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 | ||