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

Burton, Ross ross.burton at intel.com
Thu Aug 23 22:13:08 UTC 2012


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?

Ross




More information about the Openembedded-core mailing list