diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb index c4b6298226..b8d714140a 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | |||
| @@ -154,6 +154,7 @@ do_install_append() { | |||
| 154 | } | 154 | } |
| 155 | 155 | ||
| 156 | PACKAGES =+ "${PN}-python ${PN}-pidl \ | 156 | PACKAGES =+ "${PN}-python ${PN}-pidl \ |
| 157 | ${PN}-dsdb-modules ${PN}-testsuite registry-tools \ | ||
| 157 | winbind \ | 158 | winbind \ |
| 158 | ${PN}-common ${PN}-base ${PN}-ctdb-tests \ | 159 | ${PN}-common ${PN}-base ${PN}-ctdb-tests \ |
| 159 | smbclient" | 160 | smbclient" |
| @@ -210,6 +211,19 @@ FILES_${PN} += "${libdir}/vfs/*.so \ | |||
| 210 | ${libdir}/auth/*.so \ | 211 | ${libdir}/auth/*.so \ |
| 211 | " | 212 | " |
| 212 | 213 | ||
| 214 | FILES_${PN}-dsdb-modules = "${libdir}/samba/ldb" | ||
| 215 | |||
| 216 | FILES_${PN}-testsuite = "${bindir}/gentest \ | ||
| 217 | ${bindir}/locktest \ | ||
| 218 | ${bindir}/masktest \ | ||
| 219 | ${bindir}/ndrdump \ | ||
| 220 | ${bindir}/smbtorture" | ||
| 221 | |||
| 222 | FILES_registry-tools = "${bindir}/regdiff \ | ||
| 223 | ${bindir}/regpatch \ | ||
| 224 | ${bindir}/regshell \ | ||
| 225 | ${bindir}/regtree" | ||
| 226 | |||
| 213 | FILES_winbind = "${sbindir}/winbindd \ | 227 | FILES_winbind = "${sbindir}/winbindd \ |
| 214 | ${bindir}/wbinfo \ | 228 | ${bindir}/wbinfo \ |
| 215 | ${bindir}/ntlm_auth \ | 229 | ${bindir}/ntlm_auth \ |
