mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
committed by
Joe MacDonald
parent
264430e380
commit
8f2c04b9a1
@@ -154,6 +154,7 @@ do_install_append() {
|
||||
}
|
||||
|
||||
PACKAGES =+ "${PN}-python ${PN}-pidl \
|
||||
${PN}-dsdb-modules ${PN}-testsuite registry-tools \
|
||||
winbind \
|
||||
${PN}-common ${PN}-base ${PN}-ctdb-tests \
|
||||
smbclient"
|
||||
@@ -210,6 +211,19 @@ FILES_${PN} += "${libdir}/vfs/*.so \
|
||||
${libdir}/auth/*.so \
|
||||
"
|
||||
|
||||
FILES_${PN}-dsdb-modules = "${libdir}/samba/ldb"
|
||||
|
||||
FILES_${PN}-testsuite = "${bindir}/gentest \
|
||||
${bindir}/locktest \
|
||||
${bindir}/masktest \
|
||||
${bindir}/ndrdump \
|
||||
${bindir}/smbtorture"
|
||||
|
||||
FILES_registry-tools = "${bindir}/regdiff \
|
||||
${bindir}/regpatch \
|
||||
${bindir}/regshell \
|
||||
${bindir}/regtree"
|
||||
|
||||
FILES_winbind = "${sbindir}/winbindd \
|
||||
${bindir}/wbinfo \
|
||||
${bindir}/ntlm_auth \
|
||||
|
||||
Reference in New Issue
Block a user