diff options
| -rw-r--r-- | dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb | 6 |
1 files changed, 5 insertions, 1 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 a3b1659..e5cd4d8 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 | |||
| @@ -139,7 +139,7 @@ SYSTEMD_SERVICE:${PN} = " \ | |||
| 139 | " | 139 | " |
| 140 | SYSTEMD_AUTO_ENABLE = "disable" | 140 | SYSTEMD_AUTO_ENABLE = "disable" |
| 141 | 141 | ||
| 142 | PACKAGES =+ "libsss-sudo" | 142 | PACKAGES =+ "sssd-python libsss-sudo" |
| 143 | ALLOW_EMPTY:libsss-sudo = "1" | 143 | ALLOW_EMPTY:libsss-sudo = "1" |
| 144 | 144 | ||
| 145 | FILES:${PN} += "${base_libdir}/security/pam_sss*.so \ | 145 | FILES:${PN} += "${base_libdir}/security/pam_sss*.so \ |
| @@ -151,6 +151,9 @@ FILES:${PN} += "${base_libdir}/security/pam_sss*.so \ | |||
| 151 | ${PYTHON_SITEPACKAGES_DIR}/sssd \ | 151 | ${PYTHON_SITEPACKAGES_DIR}/sssd \ |
| 152 | " | 152 | " |
| 153 | 153 | ||
| 154 | FILES:${PN}-python = "${sbindir}/sss_obfuscate \ | ||
| 155 | ${PYTHON_SITEPACKAGES_DIR} \ | ||
| 156 | " | ||
| 154 | FILES:libsss-sudo = "${libdir}/libsss_sudo.so" | 157 | FILES:libsss-sudo = "${libdir}/libsss_sudo.so" |
| 155 | 158 | ||
| 156 | RDEPENDS:${PN} = "bind \ | 159 | RDEPENDS:${PN} = "bind \ |
| @@ -162,3 +165,4 @@ RDEPENDS:${PN} = "bind \ | |||
| 162 | python3-core \ | 165 | python3-core \ |
| 163 | python3-logging \ | 166 | python3-logging \ |
| 164 | " | 167 | " |
| 168 | RDEPENDS:${PN}-python = "python3-core" | ||
