[OE-core] [PATCH 6/7] python-pycurl: fix packaging warnings

Kamble, Nitin A nitin.a.kamble at intel.com
Sat Mar 17 00:35:57 UTC 2012



> -----Original Message-----
> From: openembedded-core-bounces at lists.openembedded.org
> [mailto:openembedded-core-bounces at lists.openembedded.org] 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, nitin.a.kamble at intel.com wrote:
> > From: Nitin A Kamble <nitin.a.kamble at intel.com>
> >
> > 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 <nitin.a.kamble at intel.com>
> > ---
> >  .../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
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




More information about the Openembedded-core mailing list