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:
ffa552d
)
Fix python-native's staging population (actually doing so is a Good Thing).
author
Chris Larson
<clarson@kergoth.com>
Tue, 17 Feb 2004 17:39:07 +0000
(17:39 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Tue, 17 Feb 2004 17:39:07 +0000
(17:39 +0000)
BKrev: 403251bbNoLD6xeWobfOdIKUTkabGg
python/python-native_2.3.3.oe
patch
|
blob
|
history
diff --git
a/python/python-native_2.3.3.oe
b/python/python-native_2.3.3.oe
index
97859cc
..
b2e142a
100644
(file)
--- a/
python/python-native_2.3.3.oe
+++ b/
python/python-native_2.3.3.oe
@@
-18,7
+18,7
@@
do_configure () {
oe_runconf
}
-do_stage() {
+do_stage
_append
() {
# install pgen for later usage with non-native builds
install Parser/pgen ${STAGING_DIR}/build/bin
}