From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Otavio Salvador <otavio@ossystems.com.br>
Subject: Re: [meta-oe][PATCH] samba: Split libnss-winbind package
Date: Tue, 5 Feb 2013 11:13:12 +0100 [thread overview]
Message-ID: <20130205101312.GG3271@jama> (raw)
In-Reply-To: <1359998364-9245-1-git-send-email-otavio@ossystems.com.br>
[-- Attachment #1: Type: text/plain, Size: 3765 bytes --]
On Mon, Feb 04, 2013 at 03:19:24PM -0200, Otavio Salvador wrote:
> This allows for applications to resolv wins without the winbindd and
> sambad.
Is this for master?
2013-02-05 11:09:04 URL:http://patchwork.openembedded.org/patch/44029/mbox/ [2894] -> "pw-am-44029.patch" [1]
Applying: samba: Split libnss-winbind package
error: patch failed: meta-oe/recipes-connectivity/samba/samba-basic.inc:36
error: meta-oe/recipes-connectivity/samba/samba-basic.inc: patch does not apply
Patch failed at 0001 samba: Split libnss-winbind package
The copy of the patch that failed is found in:
/OE/meta-openembedded/.git/rebase-apply/patch
When you have resolved this problem, run "git am --resolved".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Looks almost the same as:
http://lists.linuxtogo.org/pipermail/openembedded-devel/2013-January/043763.html
>
> Change-Id: Iaa86154a59e758b37f28796963e6550ed2d30464
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> meta-oe/recipes-connectivity/samba/samba-basic.inc | 7 ++++---
> meta-oe/recipes-connectivity/samba/samba.inc | 2 +-
> 2 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/meta-oe/recipes-connectivity/samba/samba-basic.inc b/meta-oe/recipes-connectivity/samba/samba-basic.inc
> index 0b24879..d6d8d12 100644
> --- a/meta-oe/recipes-connectivity/samba/samba-basic.inc
> +++ b/meta-oe/recipes-connectivity/samba/samba-basic.inc
> @@ -9,7 +9,7 @@ EXTRA_OECONF += "\
> --without-ldap \
> --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 \
> ${libdir}/security/.debug/pam_winbind.so \
> @@ -36,13 +36,14 @@ FILES_cifs = "${base_sbindir}/mount.cifs ${base_sbindir}/umount.cifs"
> FILES_cifs-doc = "${mandir}/man8/mount.cifs.8 ${mandir}/man8/umount.cifs.8"
> FILES_libsmbclient = "${libdir}/libsmbclient.so.*"
> FILES_libsmbclient-dev = "${libdir}/libsmbclient.so ${includedir}"
> +FILES_libnss-winbind = "${libdir}/libnss_*${SOLIBS} \
> + ${libdir}/nss_info"
> +
> FILES_winbind = "${sysconfdir}/init.d/winbind \
> - ${libdir}/libnss_*${SOLIBS} \
> ${sbindir}/winbindd \
> ${bindir}/wbinfo \
> ${bindir}/ntlm_auth \
> ${libdir}/idmap/*.so \
> - ${libdir}/nss_info \
> ${libdir}/pdb \
> ${libdir}/gpext \
> ${libdir}/perfcount \
> diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc
> index a86c8be..3ee43ad 100644
> --- a/meta-oe/recipes-connectivity/samba/samba.inc
> +++ b/meta-oe/recipes-connectivity/samba/samba.inc
> @@ -96,7 +96,7 @@ do_install_append() {
>
>
>
> -pkg_postinst_winbind () {
> +pkg_postinst_libnss-winbind () {
> # add wins to the list of resolvers
> ns=$D${sysconfdir}/nsswitch.conf
> if ! grep "hosts:.*wins" $ns > /dev/null; then
> --
> 1.7.2.5
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2013-02-05 10:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-04 17:19 [meta-oe][PATCH] samba: Split libnss-winbind package Otavio Salvador
2013-02-05 10:13 ` Martin Jansa [this message]
2013-02-05 14:30 ` Otavio Salvador
-- strict thread matches above, loose matches on Subject: below --
2013-01-29 17:00 Otavio Salvador
2013-01-30 12:49 ` Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130205101312.GG3271@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=otavio@ossystems.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.