[oe-commits] org.oe.dev distutils-base bbclass: exclude debug files from $bindir and $libdir, PYTHON_DIR still contains them, see bug #1581

koen commit openembedded-commits at lists.openembedded.org
Tue Nov 14 09:02:13 UTC 2006


distutils-base bbclass: exclude debug files from $bindir and $libdir, PYTHON_DIR still contains them, see bug #1581

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 9406d43c7173c6d67b076c18cb63a6c5eabf1645
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9406d43c7173c6d67b076c18cb63a6c5eabf1645
Files:
1
classes/distutils-base.bbclass
Diffs:

#
# mt diff -r74b68b4a94ca3b1410d9dd31f88e55c3794786be -r9406d43c7173c6d67b076c18cb63a6c5eabf1645
#
# 
# 
# patch "classes/distutils-base.bbclass"
#  from [6afee5ebd516cb70f4338aaf735970cb2b763983]
#    to [a94bbd81f9a361549109b5f778d7580875fa70f1]
# 
============================================================
--- classes/distutils-base.bbclass	6afee5ebd516cb70f4338aaf735970cb2b763983
+++ classes/distutils-base.bbclass	a94bbd81f9a361549109b5f778d7580875fa70f1
@@ -10,5 +10,5 @@ PYTHON_DIR = "${@python_dir(d)}"
 	raise "No Python in STAGING_INCDIR. Forgot to build python-native ?"
 
 PYTHON_DIR = "${@python_dir(d)}"
-FILES_${PN} = "${bindir} ${libdir} ${libdir}/${PYTHON_DIR}"
+FILES_${PN} = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}"
 






More information about the Openembedded-commits mailing list