On Sun, Jul 4, 2010 at 6:50 AM, Andreas Mueller <[email protected]> wrote: > From 92b22e619df257257d78dc51332a684d4cd377aa Mon Sep 17 00:00:00 2001 > From: Andreas Mueller <[email protected]> > Date: Sun, 4 Jul 2010 15:48:11 +0200 > Subject: [PATCH] libpam-base-files.bb: Change pam.d files location to fix > install error. > > > Signed-off-by: Andreas Mueller <[email protected]> > --- > recipes/pam/libpam-base-files.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/pam/libpam-base-files.bb > b/recipes/pam/libpam-base-files.bb > index ddcfe4c..ad31952 100644 > --- a/recipes/pam/libpam-base-files.bb > +++ b/recipes/pam/libpam-base-files.bb > @@ -7,10 +7,10 @@ DEPENDS = "" > RDEPENDS_${PN} = "libpam" > RRECOMMENDS_${PN} = "libpam-meta" > > -PR = "r6" > +PR = "r7" > > SRC_URI = " \ > - file://pam.d/* \ > + file://pam.d \ > " > > do_install() { > -- > 1.5.3.4 >
You do not need this fix if you take base.bbclass patch I posted earlier. http://article.gmane.org/gmane.comp.handhelds.openembedded/34074 can you try it out ? > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
