Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] distutils-common-base.bbclass: Pick up additional .debug folders:
@ 2012-08-23 18:46 Matthew McClintock
  2012-08-23 22:13 ` Burton, Ross
  0 siblings, 1 reply; 8+ messages in thread
From: Matthew McClintock @ 2012-08-23 18:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 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 \
 "
-- 
1.7.9.7





^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-08-24 16:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-23 18:46 [PATCH] distutils-common-base.bbclass: Pick up additional .debug folders: Matthew McClintock
2012-08-23 22:13 ` Burton, Ross
2012-08-23 22:57   ` McClintock Matthew-B29882
2012-08-24  6:25   ` Martin Jansa
2012-08-24 16:06     ` McClintock Matthew-B29882
2012-08-24 16:19       ` Martin Jansa
2012-08-24 16:20       ` Richard Purdie
2012-08-24 16:16     ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox