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

McClintock Matthew-B29882 B29882 at freescale.com
Thu Aug 23 22:57:31 UTC 2012


On Thu, Aug 23, 2012 at 5:13 PM, Burton, Ross <ross.burton at intel.com> 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?

pexpect was installing /usr/lib/python2.7 and that was my basis for
the correct location so I changed it to ${libdir} to fix that... I
just sent another patch that might address this issue..

-M

>
> Ross
>
> _______________________________________________
> 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