mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
samba: Split libnss-winbind package
This allows for applications to resolv wins without the winbindd and sambad. Change-Id: Iaa86154a59e758b37f28796963e6550ed2d30464 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
b51fc0f069
commit
3b214e28bc
@@ -9,7 +9,7 @@ EXTRA_OECONF += "\
|
|||||||
--without-ldap \
|
--without-ldap \
|
||||||
--without-krb5"
|
--without-krb5"
|
||||||
|
|
||||||
PACKAGES =+ "libwbclient libwinbind libwinbind-dbg winbind winbind-dbg libnetapi libtdb libsmbsharemodes libsmbclient libsmbclient-dev cifs cifs-doc swat"
|
PACKAGES =+ "libwbclient libwinbind libwinbind-dbg libnss-winbind winbind winbind-dbg libnetapi libtdb libsmbsharemodes libsmbclient libsmbclient-dev cifs cifs-doc swat"
|
||||||
|
|
||||||
FILES_winbind-dbg = "${libdir}/idmap/.debug/*.so \
|
FILES_winbind-dbg = "${libdir}/idmap/.debug/*.so \
|
||||||
${libdir}/security/.debug/pam_winbind.so \
|
${libdir}/security/.debug/pam_winbind.so \
|
||||||
@@ -41,13 +41,14 @@ FILES_winbind = "${sbindir}/winbindd \
|
|||||||
${bindir}/ntlm_auth \
|
${bindir}/ntlm_auth \
|
||||||
${sysconfdir}/init.d/winbind \
|
${sysconfdir}/init.d/winbind \
|
||||||
"
|
"
|
||||||
FILES_libwinbind = "${libdir}/libnss_*${SOLIBS} \
|
FILES_libwinbind = "${libdir}/idmap/*.so \
|
||||||
${libdir}/idmap/*.so \
|
|
||||||
${libdir}/nss_info \
|
|
||||||
${libdir}/pdb \
|
${libdir}/pdb \
|
||||||
${libdir}/gpext \
|
${libdir}/gpext \
|
||||||
${libdir}/perfcount \
|
${libdir}/perfcount \
|
||||||
${libdir}/security/pam_winbind.so \
|
${libdir}/security/pam_winbind.so \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
FILES_libnss-winbind = "${libdir}/libnss_*${SOLIBS} \
|
||||||
|
${libdir}/nss_info"
|
||||||
|
|
||||||
FILES_swat = "${sbindir}/swat ${datadir}/swat ${libdir}/*.msg"
|
FILES_swat = "${sbindir}/swat ${datadir}/swat ${libdir}/*.msg"
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ do_install_append() {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
pkg_postinst_winbind () {
|
pkg_postinst_libnss-winbind () {
|
||||||
# add wins to the list of resolvers
|
# add wins to the list of resolvers
|
||||||
ns=$D${sysconfdir}/nsswitch.conf
|
ns=$D${sysconfdir}/nsswitch.conf
|
||||||
if ! grep "hosts:.*wins" $ns > /dev/null; then
|
if ! grep "hosts:.*wins" $ns > /dev/null; then
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ require samba-basic.inc
|
|||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://../COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://../COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
|
|
||||||
PR = "r6"
|
PR = "r7"
|
||||||
|
|
||||||
SRC_URI += "\
|
SRC_URI += "\
|
||||||
file://config-h.patch \
|
file://config-h.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user