[OE-core] [PATCH] distutils-common-base.bbclass: Pick up additional .debug folders:

Richard Purdie richard.purdie at linuxfoundation.org
Fri Aug 24 16:20:33 UTC 2012


On Fri, 2012-08-24 at 16:06 +0000, McClintock Matthew-B29882 wrote:
> On Fri, Aug 24, 2012 at 1:25 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> > On Thu, Aug 23, 2012 at 11:13:08PM +0100, Burton, Ross wrote:
> >> On 23 August 2012 19:46, Matthew McClintock <msm at freescale.com> wrote:
> >> >    ${PYTHON_SITEPACKAGES_DIR}/.debug \
> >> >    ${PYTHON_SITEPACKAGES_DIR}/*/.debug \
> >> >    ${PYTHON_SITEPACKAGES_DIR}/*/*/.debug \
> >> > +  ${libdir}/${PYTHON_DIR}/.debug \
> >> > +  ${libdir}/${PYTHON_DIR}/*/.debug \
> >> > +  ${libdir}/${PYTHON_DIR}/*/*/.debug \
> >>
> >> I thought packages that used distutils generally put their files under
> >> sitepackages, and not the python base directory...  Are some packages
> >> doing it wrong?
> >
> > Yes, almost all python-* recipes after this patch
> > http://git.openembedded.org/openembedded-core/commit/?id=3b23feca31480cc56f55301fd0274e622c40b522
> >
> > I have 9 such recipes in my dep tree.
> 
> Martin,
> 
> Can you look at:
> 
> http://patches.openembedded.org/patch/35245/

This gets so far but breaks python-argparse which uses setuptools. I've
posted a patch which fixes both.

Cheers,

Richard






More information about the Openembedded-core mailing list