diff options
author | Chris Larson <clarson@kergoth.com> | 2004-02-17 17:39:07 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-02-17 17:39:07 +0000 |
commit | 891a2df17e1520d12d691806587fc8563bd698a2 (patch) | |
tree | b66f0db2f9aaa8e5b948eab91f7ba8b1f73467dd /python/python-native_2.3.3.oe | |
parent | ffa552d043f1d6cc164892f746f0db80123ebfb5 (diff) |
Fix python-native's staging population (actually doing so is a Good Thing).
BKrev: 403251bbNoLD6xeWobfOdIKUTkabGg
Diffstat (limited to 'python/python-native_2.3.3.oe')
-rw-r--r-- | python/python-native_2.3.3.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-native_2.3.3.oe b/python/python-native_2.3.3.oe index 97859cc184..b2e142a1f6 100644 --- 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 } |