> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of > Richard Purdie > Sent: Friday, March 16, 2012 4:50 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCH 6/7] python-pycurl: fix packaging > warnings > > On Fri, 2012-03-16 at 12:00 -0700, [email protected] wrote: > > From: Nitin A Kamble <[email protected]> > > > > This commit fixes these packaging warnings: > > WARNING: For recipe python-pycurl, the following files/directories > were > > installed but not shipped in any package: > > WARNING: /usr/share/share > > > > PR not bumber because no change in the output packages. > > > > Signed-off-by: Nitin A Kamble <[email protected]> > > --- > > .../python/python-pycurl_7.19.0.bb | 4 ++++ > > 1 files changed, 4 insertions(+), 0 deletions(-) > > > > diff --git a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb > b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb > > index d9fe465..8b849d7 100644 > > --- a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb > > +++ b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb > > @@ -29,3 +29,7 @@ export STAGING_INCDIR > > export STAGING_LIBDIR > > > > BBCLASSEXTEND = "native" > > + > > +do_install_append() { > > + rm -rf ${D}${datadir}/share > > +} > > What is actually in there? Is that a file or a directory? > > This is one of the cases it might be worth looking at why it exists at > all as something looks wrong there at a deeper level... > That is an empty directory. Yes this need further looking why that directory existed in the 1st place.
Nitin > Cheers, > > Richard > > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
