From patchwork Thu Aug 23 18:46:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: distutils-common-base.bbclass: Pick up additional .debug folders: Date: Thu, 23 Aug 2012 18:46:37 -0000 From: Matthew McClintock X-Patchwork-Id: 35239 Message-Id: <1345747597-18078-1-git-send-email-msm@freescale.com> To: Signed-off-by: Matthew McClintock --- meta/classes/distutils-common-base.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/distutils-common-base.bbclass b/meta/classes/distutils-common-base.bbclass index f66a5cd..e650d93 100644 --- a/meta/classes/distutils-common-base.bbclass +++ b/meta/classes/distutils-common-base.bbclass @@ -18,4 +18,7 @@ FILES_${PN}-dbg += "\ ${PYTHON_SITEPACKAGES_DIR}/.debug \ ${PYTHON_SITEPACKAGES_DIR}/*/.debug \ ${PYTHON_SITEPACKAGES_DIR}/*/*/.debug \ + ${libdir}/${PYTHON_DIR}/.debug \ + ${libdir}/${PYTHON_DIR}/*/.debug \ + ${libdir}/${PYTHON_DIR}/*/*/.debug \ "