diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2016-11-30 13:04:01 +0100 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-12-17 10:57:41 -0500 |
commit | 8f2c04b9a1a24a543a71878d4952ff7316550fb3 (patch) | |
tree | 99aa179fcb62fa011467852d75ec7b9e1b5acbb8 /meta-networking/recipes-connectivity | |
parent | 264430e380128bfae6f867e05e66e02d04be908d (diff) | |
download | meta-openembedded-8f2c04b9a1a24a543a71878d4952ff7316550fb3.tar.gz |
samba: add packages samba-dsdb-modules, samba-testsuite and registry-tools
Inspired by Debian.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-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 c4b629822..b8d714140 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 \ |