git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ae188a
)
distutils-base.bbclass: fix typo in debug package
author
Michael Lauer
<mickey@vanille-media.de>
Wed, 15 Aug 2007 19:24:49 +0000
(19:24 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Wed, 15 Aug 2007 19:24:49 +0000
(19:24 +0000)
classes/distutils-base.bbclass
patch
|
blob
|
history
diff --git
a/classes/distutils-base.bbclass
b/classes/distutils-base.bbclass
index
74c572b
..
5150be7
100644
(file)
--- a/
classes/distutils-base.bbclass
+++ b/
classes/distutils-base.bbclass
@@
-13,6
+13,6
@@
def python_dir(d):
PYTHON_DIR = "${@python_dir(d)}"
FILES_${PN} = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}/*"
FILES_${PN}-dbg = "${libdir}/${PYTHON_DIR}/site-packages/.debug \
- ${libdir}/${PYTHON_DIR}/site-packages/
./*/
debug \
+ ${libdir}/${PYTHON_DIR}/site-packages/
*/.
debug \
${libdir}/${PYTHON_DIR}/site-packages/*/*/.debug"