summaryrefslogtreecommitdiffstats
path: root/classes/distutils-base.bbclass
diff options
context:
space:
mode:
authorJake Morrison <jake@cogini.com>2007-06-11 16:27:22 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-06-11 16:27:22 +0000
commit95a9f53c62fd89cf46c02682f71b1e58df894022 (patch)
tree45304b3847de98d70c610f313de9800bcc9eab4a /classes/distutils-base.bbclass
parentc0f3c16659bb75b2d67a50c245f93cf338ef22fe (diff)
downloadopenembedded-95a9f53c62fd89cf46c02682f71b1e58df894022.tar.gz
distutils-base: improve packaging of debug packages (approved by Mickeyl) - close #2443 and probably few others
Diffstat (limited to 'classes/distutils-base.bbclass')
-rw-r--r--classes/distutils-base.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/distutils-base.bbclass b/classes/distutils-base.bbclass
index 15e945d518..db006b8c77 100644
--- a/classes/distutils-base.bbclass
+++ b/classes/distutils-base.bbclass
@@ -11,4 +11,5 @@ def python_dir(d):
PYTHON_DIR = "${@python_dir(d)}"
FILES_${PN} = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}"
+FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/${SRCNAME}/.debug"