[oe-commits] org.oe.dev distutils-base: improve packaging of debug packages (approved by Mickeyl) - close #2443 and probably few others

Jake commit openembedded-commits at lists.openembedded.org
Mon Jun 11 17:07:12 UTC 2007


distutils-base: improve packaging of debug packages (approved by Mickeyl) - close #2443 and probably few others

Author: Jake
Branch: org.openembedded.dev
Revision: 4376f9289c7953564a7a857551248e86d2f56bc0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4376f9289c7953564a7a857551248e86d2f56bc0
Files:
1
classes/distutils-base.bbclass
Diffs:

#
# mt diff -rfbec129540c1d0a2c22d3c5bd955a17e6c9b9770 -r4376f9289c7953564a7a857551248e86d2f56bc0
#
# 
# 
# patch "classes/distutils-base.bbclass"
#  from [a94bbd81f9a361549109b5f778d7580875fa70f1]
#    to [b364ca2373d289e29124e1ef75dd7d98f49b53dc]
# 
============================================================
--- classes/distutils-base.bbclass	a94bbd81f9a361549109b5f778d7580875fa70f1
+++ classes/distutils-base.bbclass	b364ca2373d289e29124e1ef75dd7d98f49b53dc
@@ -11,4 +11,5 @@ FILES_${PN} = "${bindir}/* ${libdir}/* $
 
 PYTHON_DIR = "${@python_dir(d)}"
 FILES_${PN} = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}"
+FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/${SRCNAME}/.debug"
 






More information about the Openembedded-commits mailing list